0928
This commit is contained in:
@@ -111,7 +111,6 @@
|
||||
- name: Scheduled success | Set action_next to sot-updater-scheduler
|
||||
when:
|
||||
- hostvars[inventory_hostname].journal_success_payload is defined
|
||||
- (hostvars[inventory_hostname].is_run_by_effective | default(hostvars[inventory_hostname].is_run_by | default('manual'))) == 'scheduler'
|
||||
delegate_to: localhost
|
||||
ansible.builtin.uri:
|
||||
url: "http://{{ rmq_host }}:{{ rmq_port }}/api/exchanges/{{ rmq_vhost | urlencode }}/{{ rmq_exchange | urlencode }}/publish"
|
||||
@@ -134,7 +133,6 @@
|
||||
- name: Scheduled success | Publish sot-updater-scheduler work message
|
||||
when:
|
||||
- hostvars[inventory_hostname].journal_success_payload is defined
|
||||
- (hostvars[inventory_hostname].is_run_by_effective | default(hostvars[inventory_hostname].is_run_by | 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