summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-10-01 04:02:09 +0200
committerJames Cammarata <jimi@sngx.net>2013-10-01 04:02:09 +0200
commitc8fa83c93f071247070d4d8add809a33f8338537 (patch)
tree312e30838e0a5f45c27871f83325f5a716c8920d /examples
parentMerge branch 'hide_skipped_hosts' of https://github.com/jsmartin/ansible into... (diff)
downloadansible-c8fa83c93f071247070d4d8add809a33f8338537.tar.xz
ansible-c8fa83c93f071247070d4d8add809a33f8338537.zip
Minor tweaks to the skipped config wording and adding documentation
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index d6470cd9d7..1649b1d646 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -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