1002
This commit is contained in:
@@ -592,6 +592,13 @@
|
||||
register: rmq_tag_remove_sched
|
||||
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 ---
|
||||
- name: Capture raw firmware banner for normalization on success path
|
||||
when: journal_success_payload is defined
|
||||
@@ -791,6 +798,13 @@
|
||||
register: rmq_cleanup_success
|
||||
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
|
||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduler'
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user