This commit is contained in:
2025-11-05 21:26:51 +02:00
parent 855c31a348
commit 47b6e6e651

View File

@@ -238,6 +238,7 @@
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true) - cloud_ok | default(true)
- (nb_preflight.rc | default(1)) == 0
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"
@@ -266,6 +267,7 @@
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true) - cloud_ok | default(true)
- (nb_preflight.rc | default(1)) == 0
delegate_to: localhost delegate_to: localhost
ansible.builtin.debug: ansible.builtin.debug:
msg: msg:
@@ -279,6 +281,7 @@
- nb_script.stat.exists - nb_script.stat.exists
- nb_ip_changed | default(false) - nb_ip_changed | default(false)
- cloud_ok | default(true) - cloud_ok | default(true)
- (nb_preflight.rc | default(1)) == 0
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 ---