This commit is contained in:
2026-01-27 08:30:54 +02:00
parent 1138313abc
commit 76e9cbdf01

View File

@@ -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