mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
(cherry picked from commit 19ce50f6b9
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d2b0a0d2bf
commit
b099a465c5
7 changed files with 22 additions and 22 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue