diff --git a/podman-host.yml b/podman-host.yml index 237e5e0..f02a418 100644 --- a/podman-host.yml +++ b/podman-host.yml @@ -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