mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Optionally display Skipping [host] messages.
This commit is contained in:
parent
0ee236bf57
commit
d5f20e6b21
3 changed files with 18 additions and 11 deletions
|
@ -72,6 +72,11 @@ timeout = 10
|
|||
# replacing {file}, {host} and {uid} and strftime codes with proper values.
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
|
||||
|
||||
# by default, ansible-playbook will display "Skipping [host]" if it determines a task
|
||||
# should not be run on a host. Set this to "no" if you don't want to see these "Skipping"
|
||||
# messages.
|
||||
# display_skipped_hosts: yes
|
||||
|
||||
# by default (as of 1.3), Ansible will raise errors when attempting to dereference
|
||||
# Jinja2 variables that are not set in templates or action lines. Uncomment this line
|
||||
# to revert the behavior to pre-1.3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue