2132
This commit is contained in:
@@ -377,7 +377,7 @@
|
||||
|
||||
# Scheduled success only: chain next step (set action_next + trigger worker)
|
||||
- name: Scheduled success | Set action_next to sot-updater-wrapper
|
||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduled'
|
||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduler'
|
||||
delegate_to: localhost
|
||||
ansible.builtin.uri:
|
||||
url: "http://{{ rmq_host }}:{{ rmq_port }}/api/exchanges/{{ rmq_vhost | urlencode }}/{{ rmq_exchange | urlencode }}/publish"
|
||||
@@ -398,7 +398,7 @@
|
||||
changed_when: false
|
||||
|
||||
- name: Scheduled success | Publish sot-updater-wrapper work message
|
||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduled'
|
||||
when: journal_success_payload is defined and (is_run_by_effective | default('manual')) == 'scheduler'
|
||||
delegate_to: localhost
|
||||
ansible.builtin.uri:
|
||||
url: "http://{{ rmq_host }}:{{ rmq_port }}/api/exchanges/{{ rmq_vhost | urlencode }}/{{ 'deviceconfig' | urlencode }}/publish"
|
||||
|
||||
Reference in New Issue
Block a user