This commit is contained in:
2025-11-05 21:11:35 +02:00
parent 2e503ce59e
commit 855c31a348

View File

@@ -237,6 +237,7 @@
when: when:
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true)
delegate_to: localhost delegate_to: localhost
uri: uri:
url: "http://{{ rmq_host }}:{{ rmq_port }}/api/exchanges/app/deviceconfig.delayed/publish" url: "http://{{ rmq_host }}:{{ rmq_port }}/api/exchanges/app/deviceconfig.delayed/publish"
@@ -264,6 +265,7 @@
when: when:
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true)
delegate_to: localhost delegate_to: localhost
ansible.builtin.debug: ansible.builtin.debug:
msg: msg:
@@ -276,6 +278,7 @@
when: when:
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true)
meta: end_host meta: end_host
# --- If IP did not change → optional 1s pause, then continue normally --- # --- If IP did not change → optional 1s pause, then continue normally ---