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
This commit is contained in:
Brian Coca 2015-12-09 08:28:54 -08:00
commit 2bfb13bfb3
2 changed files with 6 additions and 3 deletions

View file

@ -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