add_host format adjustments

This commit is contained in:
Mike Holloway 2024-09-17 19:33:25 -04:00
parent 860ceaac85
commit 989649281c

View File

@ -6,7 +6,7 @@
tasks:
- add_host:
groups: run_target_hosts
name: "{{ item }}:22"
hostname: "{{ item }}"
loop: "{{ target_hosts }}"
- hosts: run_target_hosts