1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Normalize more booleans. (#5247)

This commit is contained in:
Felix Fontein
2022-09-06 20:42:17 +02:00
committed by GitHub
parent 570445adc4
commit 015566fb06
170 changed files with 465 additions and 465 deletions

View File

@ -713,7 +713,7 @@ playbook.yml: >
- name: Using alias vars (see ansible.cfg)
ansible.builtin.debug:
msg:
when: False
when: false
vars:
ansible_callback_diy_playbook_on_task_start_msg: ""
on_skipped_msg: "DIY output(via task vars): skipped example:\n\e[0m\e[38;5;4m\u25b6\u25b6 {{ ansible_callback_diy.result.task.name }}\n"