diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-12-09 08:28:54 -0800 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-12-09 08:40:06 -0800 |
commit | 2bfb13bfb39bf31c5c1bc40f376907fc50ca69ef (patch) | |
tree | 14e4d4f80200f8710dad4ac506ad298fd19ddbbe /examples | |
parent | 2820b4c243d50416f661c4ea9408bba1918244bb (diff) | |
download | ansible-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.cfg | 1 |
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 |