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
2015-11-04 17:13:26 +01:00
..
cli Allow blank lines and comments/spaces in galaxy spec files 2015-11-04 15:36:20 +10:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Clean up a few more pyflakes warnings 2015-10-19 11:20:21 -07:00
executor treat forks config parameter as max value instead of always creating that number of workers 2015-11-04 17:13:26 +01:00
galaxy Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
inventory remove deprecation for :, add ; functionality (its deprecated but it should work) 2015-10-31 16:35:40 -04:00
module_utils remove assigned but unused variables in module_utils. 2015-11-03 09:53:18 -08:00
modules Update submodule refs 2015-11-03 14:13:16 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Fix typo 2015-11-03 10:57:48 +05:30
playbook Allow tags to be specified in included file params 2015-10-28 10:14:20 -04:00
plugins Cleanup timer callback plugin's overwriting of modules it imported 2015-11-03 09:53:18 -08:00
template switched clean_data from hardcoded delimiters to actual currently set jinja2 environment delimiters 2015-11-02 09:00:56 -05:00
utils Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
vars Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
constants.py moved sudo -S and -n into configurable flags as they might be absent in much older systems 2015-10-28 02:06:25 -04:00
test-requirements.txt