add_host format adjustments

This commit is contained in:
Mike Holloway 2024-09-17 19:38:06 -04:00
parent 346283e913
commit 830273a492

View File

@ -4,14 +4,7 @@
become_user: root become_user: root
tasks: tasks:
- debug: msg="{{ target_hosts }}" - debug: msg="{{ ansible_limit }}"
# - add_host:
# groups: run_target_hosts
# hostname: "{{ item }}"
# loop: "{{ target_hosts }}"
- hosts: run_target_hosts
gather_facts: true
roles: roles:
- podman-host - podman-host