community.general/lib/ansible
Monty Taylor cd6e01349e Ensure parent tempdir's existence (#17585)
While doing evil things with action plugins, I hit a code path in which
the mkdir here was failing due to lack of parent dir. Changing this to
makedirs made everything happy. Now, I'd obviously like to understand
why the parent dir exists in some places and not others - but I could
not find anywhere that C.DEFAULT_LOCAL_TMP is ensured to be created.
2016-09-15 09:57:15 -04:00
..
cli Fix galaxy's parsing of the command line. (#17569) 2016-09-14 11:49:54 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Ensure parent tempdir's existence (#17585) 2016-09-15 09:57:15 -04:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Check controlpersist (#17443) 2016-09-12 08:27:39 -07:00
module_utils Allow AWSRetry class to be created without boto3/botocore installed 2016-09-14 11:34:10 -04:00
modules Update submodule refs. 2016-09-14 13:28:34 -07:00
parsing Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
playbook doas update (#16997) 2016-09-13 16:17:24 -04:00
plugins Fix cow mode to work with unicode task and play names (#17576) 2016-09-14 20:02:35 -07:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils Fix cow mode to work with unicode task and play names (#17576) 2016-09-14 20:02:35 -07:00
vars Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py added new ksu method to man page 2016-09-13 14:40:41 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00