10:03
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
control_queue: "{{ lookup('env','CONTROLQUEUE') | default('queue_controls', true) }}"
|
||||
|
||||
pre_tasks:
|
||||
|
||||
- name: "NB preflight | Pause 3s for cloud to settle"
|
||||
delegate_to: localhost
|
||||
ansible.builtin.pause:
|
||||
seconds: 1
|
||||
|
||||
- name: "NB preflight | Verify script exists"
|
||||
delegate_to: localhost
|
||||
ansible.builtin.stat:
|
||||
|
||||
Reference in New Issue
Block a user