From 6bcc60cf5e9f18446f3bb942dd0a7ff7c6cfd43a Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 12 Feb 2026 15:05:27 +0200 Subject: [PATCH] 1505 --- .../ansible-playbooks/update-rebootin224.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/ansible-playbooks/update-rebootin224.yml b/files/ansible-playbooks/update-rebootin224.yml index 25f23e4..dec68fb 100644 --- a/files/ansible-playbooks/update-rebootin224.yml +++ b/files/ansible-playbooks/update-rebootin224.yml @@ -85,7 +85,7 @@ task_name: "journal_add" task_result: "{{ fail_summary_short }}" - - name: Bandaid | Pause before: Publish failure journal to control queue (hostname preflight) + - name: Bandaid | Pause before Publish failure journal to control queue (hostname preflight) ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -122,7 +122,7 @@ task_name: "tag_add" task_result: "update-aborted" - - name: Bandaid | Pause before: Publish update-aborted tag to control queue (hostname preflight) + - name: Bandaid | Pause before Publish update-aborted tag to control queue (hostname preflight) ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -229,7 +229,7 @@ task_name: "tag_add" task_result: "update-in-progress" - - name: Bandaid | Pause before: Publish update-in-progress tag to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish update-in-progress tag to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -347,7 +347,7 @@ task_result: "Multiple SSID! {{ ssid_concat.stdout | trim }}" when: (ssid_lines.stdout | trim | int) >= 3 - - name: Bandaid | Pause before: Publish SSID journal to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish SSID journal to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -504,7 +504,7 @@ task_add1: "{{ fw_banner_repr }}" # e.g., "2.2.0 rev 9739" when: up_write is changed - - name: Bandaid | Pause before: Publish message to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish message to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -602,7 +602,7 @@ - rebootin is not defined # --- Publish chosen tag (updated names only) --- - - name: Bandaid | Pause before: Publish update-waits-restart tag to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish update-waits-restart tag to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -633,7 +633,7 @@ delegate_to: localhost when: tag_waits_restart_payload is defined - - name: Bandaid | Pause before: Publish update-auto-restarted tag to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish update-auto-restarted tag to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -664,7 +664,7 @@ delegate_to: localhost when: tag_auto_restarted_payload is defined - - name: Bandaid | Pause before: Publish update-restart-scheduled tag to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish update-restart-scheduled tag to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -712,7 +712,7 @@ }} when: nbq2_payload_obj is defined - - name: Bandaid | Pause before: Publish success journal to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish success journal to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -811,7 +811,7 @@ - "reboot_seconds(host)={{ hostvars[inventory_hostname].reboot_seconds | default('undefined') }}" - - name: Bandaid | Pause before: Publish delayed after-upgrade check to holding exchange + - name: Bandaid | Pause before Publish delayed after-upgrade check to holding exchange ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -943,7 +943,7 @@ task_name: "journal_add" task_result: "{{ fail_summary_short }}" - - name: Bandaid | Pause before: Publish failure journal to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish failure journal to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost @@ -980,7 +980,7 @@ task_name: "tag_add" task_result: "update-aborted" - - name: Bandaid | Pause before: Publish update-aborted tag to control queue via RabbitMQ HTTP API + - name: Bandaid | Pause before Publish update-aborted tag to control queue via RabbitMQ HTTP API ansible.builtin.pause: seconds: 1 delegate_to: localhost