tf-libvirt/roles/waitpls/tasks/main.yml

9 lines
149 B
YAML
Raw Normal View History

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