1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-30 18:43:09 +03:00

Adjust booleans in misc plugins. (#5161)

This commit is contained in:
Felix Fontein
2022-08-24 20:00:39 +02:00
committed by GitHub
parent 403c4f7477
commit 19ce50f6b9
7 changed files with 22 additions and 22 deletions

View File

@ -627,7 +627,7 @@ playbook.yml: >
---
- name: "Default plugin output: play example"
hosts: localhost
gather_facts: no
gather_facts: false
tasks:
- name: Default plugin output
ansible.builtin.debug:
@ -635,7 +635,7 @@ playbook.yml: >
- name: Override from play vars
hosts: localhost
gather_facts: no
gather_facts: false
vars:
ansible_connection: local
green: "\e[0m\e[38;5;82m"