1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/config
Brian Coca 236d13ac3a become flags are primary
with new configuration the sudo flags are always set and become cannot override,
switching to simle 'or' will result in become_flags working.

also sudo_flags are deprecated.
also changed from YAML null causing a 'None' str

fixes #30629
2017-09-21 10:00:52 -04:00
..
__init__.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
base.yml become flags are primary 2017-09-21 10:00:52 -04:00
data.py Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
manager.py moved from eval to templating + literal_eval 2017-09-20 21:35:02 -04:00