add_host format adjustments

This commit is contained in:
Mike Holloway 2024-09-17 19:31:27 -04:00
parent d736ca18a5
commit 860ceaac85

View File

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