mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #1775 from dagwieers/boolean-yes-no
Make use of yes/no booleans in playbooks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
connection: local
|
||||
gather_facts: False
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- action: debug msg="$variable"
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
connection: local
|
||||
vars:
|
||||
- ugly: var
|
||||
gather_facts: False
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- action: debug msg="$variable"
|
||||
|
||||
Reference in New Issue
Block a user