9 lines
149 B
YAML
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
|
|
|