This commit is contained in:
2026-01-28 13:31:17 +02:00
parent 76e9cbdf01
commit 000110b4bf
2 changed files with 2 additions and 2 deletions

View File

@@ -1193,7 +1193,7 @@
- name: Report record post activation wait
delegate_to: localhost
ansible.builtin.set_fact:
ptsd_migrate_report: "{{ (ptsd_migrate_report | default('')) ~ (', ' if (ptsd_migrate_report | default('')) != '' else '') ~ ('wait 45s') }}"
ptsd_migrate_report: "{{ (ptsd_migrate_report | default('')) ~ (', ' if (ptsd_migrate_report | default('')) != '' else '') ~ ('wait 30s') }}"
changed_when: false
- name: Final migrate cumulative report