1
0
Fork 0
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:
Sergey 2023-03-08 23:28:52 +02:00 committed by GitHub
parent dba0d78844
commit 0332db2aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 33 additions and 33 deletions

View file

@ -1,5 +1,5 @@
- hosts: "{{ target_hosts }}"
gather_facts: no
gather_facts: false
tasks:
- name: Create a user

View file

@ -1,5 +1,5 @@
- hosts: "{{ target_hosts }}"
gather_facts: no
gather_facts: false
serial: 1
tasks: