hide skipped hosts

This commit is contained in:
Andreas Zweili 2021-11-12 10:35:28 +01:00
parent ca73e4223d
commit ab252fb735
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ private_key_file = /etc/ansible/ansible.key
# should not be run on a host. Set this to "False" if you don't want to see these "Skipping"
# messages. NOTE: the task header will still be shown regardless of whether or not the
# task is skipped.
#display_skipped_hosts = True
display_skipped_hosts = False
# by default, if a task in a playbook does not include a name: field then
# ansible-playbook will construct a header that includes the task's action but