Playbook formatting

This commit is contained in:
Mike Holloway 2024-09-17 19:25:59 -04:00
parent 8b0612ba43
commit 1204326f82

View File

@ -4,7 +4,7 @@
become_user: root become_user: root
tasks: tasks:
add_host: - add_host:
groups: run_target_hosts groups: run_target_hosts
name: "{{ item }}" name: "{{ item }}"
loop: "{{ target_hosts }}" loop: "{{ target_hosts }}"