mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Change yes/no to true/false in the modules (#561)
Fix #560 Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
dba0d78844
commit
0332db2aad
12 changed files with 33 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- hosts: "{{ target_hosts }}"
|
||||
gather_facts: no
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
||||
- name: Create a user
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
- hosts: "{{ target_hosts }}"
|
||||
gather_facts: no
|
||||
gather_facts: false
|
||||
serial: 1
|
||||
tasks:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue