From 4223e9afd4401bd930ca815ffa816eb76fad83f6 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 30 Apr 2025 15:14:56 +0200 Subject: vault backup: 2025-04-30 15:14:56 --- Using Ansible wait_for to wait until a file exists.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Using Ansible wait_for to wait until a file exists.md (limited to 'Using Ansible wait_for to wait until a file exists.md') diff --git a/Using Ansible wait_for to wait until a file exists.md b/Using Ansible wait_for to wait until a file exists.md new file mode 100644 index 0000000..7231195 --- /dev/null +++ b/Using Ansible wait_for to wait until a file exists.md @@ -0,0 +1,11 @@ +--- +tags: + - ansible +--- +Using the wait_for module we can wait for a file to exist. + +``` +ansible.builtin.wait_for: + path: /tmp/fo + timeout: 600 +``` \ No newline at end of file -- cgit v1.2.3