Playbook formatting
This commit is contained in:
parent
8b0612ba43
commit
1204326f82
@ -4,10 +4,10 @@
|
||||
become_user: root
|
||||
|
||||
tasks:
|
||||
add_host:
|
||||
groups: run_target_hosts
|
||||
name: "{{ item }}"
|
||||
loop: "{{ target_hosts }}"
|
||||
- add_host:
|
||||
groups: run_target_hosts
|
||||
name: "{{ item }}"
|
||||
loop: "{{ target_hosts }}"
|
||||
|
||||
- hosts: target_hosts
|
||||
gather_facts: true
|
||||
|
Loading…
Reference in New Issue
Block a user