Trying FQCN for add_host
This commit is contained in:
parent
4e28b7956e
commit
3918c72f87
@ -4,7 +4,7 @@
|
|||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
- tasks:
|
- tasks:
|
||||||
add_host:
|
ansible.builtin.add_host:
|
||||||
groups: run_target_hosts
|
groups: run_target_hosts
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop: "{{ target_hosts }}"
|
loop: "{{ target_hosts }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user