1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-24 18:28:47 +00:00

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
parent 2820b4c243
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