add_host format adjustments
This commit is contained in:
parent
346283e913
commit
830273a492
@ -4,14 +4,7 @@
|
||||
become_user: root
|
||||
|
||||
tasks:
|
||||
- debug: msg="{{ target_hosts }}"
|
||||
# - add_host:
|
||||
# groups: run_target_hosts
|
||||
# hostname: "{{ item }}"
|
||||
# loop: "{{ target_hosts }}"
|
||||
|
||||
- hosts: run_target_hosts
|
||||
gather_facts: true
|
||||
- debug: msg="{{ ansible_limit }}"
|
||||
|
||||
roles:
|
||||
- podman-host
|
||||
|
Loading…
Reference in New Issue
Block a user