summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-12-09 08:28:54 -0800
committerBrian Coca <brian.coca+git@gmail.com>2015-12-09 08:40:06 -0800
commit2bfb13bfb39bf31c5c1bc40f376907fc50ca69ef (patch)
tree14e4d4f80200f8710dad4ac506ad298fd19ddbbe /examples
parent2820b4c243d50416f661c4ea9408bba1918244bb (diff)
downloadansible-2bfb13bfb39bf31c5c1bc40f376907fc50ca69ef.tar.gz
removed unused 'pattern' from ansible.cfg
also moved the config param to a 'deprecated' list in constants.py added TODO for producing a deprecation warning for such vars
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 87c089f45a..ec3ddf2064 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -14,7 +14,6 @@
#inventory = /etc/ansible/hosts
#library = /usr/share/my_modules/
#remote_tmp = $HOME/.ansible/tmp
-#pattern = *
#forks = 5
#poll_interval = 15
#sudo_user = root