add_host format adjustments
This commit is contained in:
parent
860ceaac85
commit
989649281c
@ -6,7 +6,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- add_host:
|
- add_host:
|
||||||
groups: run_target_hosts
|
groups: run_target_hosts
|
||||||
name: "{{ item }}:22"
|
hostname: "{{ item }}"
|
||||||
loop: "{{ target_hosts }}"
|
loop: "{{ target_hosts }}"
|
||||||
|
|
||||||
- hosts: run_target_hosts
|
- hosts: run_target_hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user