Minor tweaks to the skipped config wording and adding documentation

This commit is contained in:
James Cammarata
2013-09-30 21:02:09 -05:00
parent 6cd8aacc81
commit c8fa83c93f
2 changed files with 13 additions and 3 deletions

View File

@@ -73,9 +73,10 @@ timeout = 10
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
# 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
# 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