tf-libvirt/roles/waitpls/tasks/main.yml
2021-05-20 06:05:41 +02:00

9 lines
149 B
YAML

---
- name: Wait until the file /tmp/gopls is present before continuing
delay: 10
wait_for:
path: /.plsgo
timeout: 1200
become: false