1 2 3 4 5 6 7 8 9 10 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 ```