0830
This commit is contained in:
@@ -1175,7 +1175,7 @@
|
||||
ptsd_migrate_report: "{{ (ptsd_migrate_report | default('')) ~ (', ' if (ptsd_migrate_report | default('')) != '' else '') ~ ('cleanup done') }}"
|
||||
changed_when: false
|
||||
|
||||
- name: PHASE X | Wait 45 seconds after config activation
|
||||
- name: PHASE X | Wait 30 seconds after config activation
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
vars:
|
||||
@@ -1188,7 +1188,7 @@
|
||||
control_queue: "{{ lookup('env','CONTROL_QUEUE') | default('queue_controls', true) }}"
|
||||
tasks:
|
||||
- ansible.builtin.pause:
|
||||
seconds: 45
|
||||
seconds: 30
|
||||
|
||||
- name: Report record post activation wait
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user