Syntax fix for tasks block in playbook
This commit is contained in:
parent
3918c72f87
commit
8b0612ba43
@ -3,8 +3,8 @@
|
||||
become: yes
|
||||
become_user: root
|
||||
|
||||
- tasks:
|
||||
ansible.builtin.add_host:
|
||||
tasks:
|
||||
add_host:
|
||||
groups: run_target_hosts
|
||||
name: "{{ item }}"
|
||||
loop: "{{ target_hosts }}"
|
||||
@ -12,5 +12,5 @@
|
||||
- hosts: target_hosts
|
||||
gather_facts: true
|
||||
|
||||
- roles:
|
||||
roles:
|
||||
- podman-host
|
||||
|
Loading…
Reference in New Issue
Block a user