summaryrefslogtreecommitdiff
path: root/Using Ansible wait_for to wait until a file exists.md
blob: 7231195caf44a9ed53713a86e029c108f6311f28 (plain)
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
```