1002
This commit is contained in:
@@ -592,6 +592,13 @@
|
|||||||
register: rmq_tag_remove_sched
|
register: rmq_tag_remove_sched
|
||||||
changed_when: (rmq_tag_remove_sched.json is defined) and (rmq_tag_remove_sched.json.routed | default(false) | bool)
|
changed_when: (rmq_tag_remove_sched.json is defined) and (rmq_tag_remove_sched.json.routed | default(false) | bool)
|
||||||
|
|
||||||
|
- name: Success pause before NetBox wrapup custom fields 1
|
||||||
|
ansible.builtin.pause:
|
||||||
|
seconds: 3
|
||||||
|
delegate_to: localhost
|
||||||
|
changed_when: false
|
||||||
|
when: journal_success_payload is defined
|
||||||
|
|
||||||
# --- Normalize firmware string and set custom field on success ---
|
# --- Normalize firmware string and set custom field on success ---
|
||||||
- name: Capture raw firmware banner for normalization on success path
|
- name: Capture raw firmware banner for normalization on success path
|
||||||
when: journal_success_payload is defined
|
when: journal_success_payload is defined
|
||||||
@@ -791,6 +798,13 @@
|
|||||||
register: rmq_cleanup_success
|
register: rmq_cleanup_success
|
||||||
changed_when: (rmq_cleanup_success.json is defined) and (rmq_cleanup_success.json.routed | default(false) | bool)
|
changed_when: (rmq_cleanup_success.json is defined) and (rmq_cleanup_success.json.routed | default(false) | bool)
|
||||||
|
|
||||||
|
- name: Success pause before NetBox wrapup custom fields
|
||||||
|
ansible.builtin.pause:
|
||||||
|
seconds: 3
|
||||||
|
delegate_to: localhost
|
||||||
|
changed_when: false
|
||||||
|
when: journal_success_payload is defined
|
||||||
|
|
||||||
- name: Scheduled success set action_next to sot-updater-wrapper
|
- name: Scheduled success set action_next to sot-updater-wrapper
|
||||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduler'
|
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduler'
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user