--- tags: - ansible --- Using the wait_for module we can wait for a file to exist. ``` ansible.builtin.wait_for: path: /tmp/fo timeout: 600 ```