This commit is contained in:
2026-01-20 06:37:11 +02:00
parent 2dffe4a03e
commit f3d72d3b32

View File

@@ -13,6 +13,11 @@
hosts: all
gather_facts: no
- debug:
msg:
- "host nb_ok={{ nb_ok | default('UNDEF') }}, nb_ip={{ nb_ip | default('UNDEF') }}"
- "localhost nb_ok={{ hostvars['localhost'].nb_ok | default('UNDEF') }}, nb_ip={{ hostvars['localhost'].nb_ip | default('UNDEF') }}"
tasks:
- name: "Wrapper | Assert iponly succeeded"
ansible.builtin.assert: