Playbook formatting

main
Mike Holloway 2 months ago
parent 8b0612ba43
commit 1204326f82
  1. 8
      podman-host.yml

@ -4,10 +4,10 @@
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 }}"
- hosts: target_hosts - hosts: target_hosts
gather_facts: true gather_facts: true

Loading…
Cancel
Save