update say_hi role
This commit is contained in:
@ -3,5 +3,16 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Hi."
|
msg: "Hi."
|
||||||
|
|
||||||
|
- name: Debug client_ips
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ client_ips }}"
|
||||||
|
when:
|
||||||
|
- client_ips is defined
|
||||||
|
|
||||||
|
- name: Debug namehost
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ namehost }}"
|
||||||
|
when:
|
||||||
|
- namehost is defined
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user