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