ansible/lib/ansible
Brian Coca d52d02f8aa
reclassify fact_path to avoid local relative path (#67652)
should fix following when setting windows path in ansible.cfg:

  {"ansible_facts": {}, "changed": false, "failed_modules": {"setup": {"changed": false, "failed": true, "msg": "Get-AnsibleParam: Parameter 'fact_path' has an invalid path '/home/myname/ansible/test/C:\\users\\vagrant\\facts.d\\' specified."}}, "msg": "The following modules failed to execute: setup\n"}
2020-03-25 11:58:58 -04:00
..
cli ansible-galaxy - add download option (#67632) 2020-03-25 08:32:43 +10:00
compat
config reclassify fact_path to avoid local relative path (#67652) 2020-03-25 11:58:58 -04:00
errors
executor Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
galaxy ansible-galaxy - add download option (#67632) 2020-03-25 08:32:43 +10:00
inventory
module_utils Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
modules Ensure we have enough values to split (#56802) 2020-03-24 10:46:58 -04:00
parsing win - Allow FQCN for win_command and win_shell 2020-03-05 12:14:58 -08:00
playbook Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751) 2020-02-25 16:36:01 -06:00
plugins Internally redirect win modules to collection name (#68317) 2020-03-23 11:14:21 -05:00
template ansible_native_concat: use to_text rather than jinja2's text_type (#68038) 2020-03-24 12:03:31 +01:00
utils Merge pull request #67093 from sivel/acd-content-dir 2020-03-23 23:30:40 +01:00
vars prevent ansible_facts injection (#68431) 2020-03-24 15:46:56 -04:00
__init__.py
constants.py prevent ansible_facts injection (#68431) 2020-03-24 15:46:56 -04:00
context.py
release.py