You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
9 years ago
..
cli Fix galaxy's parsing of the command line. (#17569) 9 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 9 years ago
config Making the switch to v2 11 years ago
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
executor Ensure parent tempdir's existence (#17585) 9 years ago
galaxy Iterate through role paths when installing roles (#17487) 9 years ago
inventory Check controlpersist (#17443) 9 years ago
module_utils Allow AWSRetry class to be created without boto3/botocore installed 9 years ago
modules Update submodule refs. 9 years ago
parsing Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
playbook doas update (#16997) 9 years ago
plugins Fix cow mode to work with unicode task and play names (#17576) 9 years ago
template Support late evaluation, suppress warnings on SyntaxError (#17462) 9 years ago
utils Fix cow mode to work with unicode task and play names (#17576) 9 years ago
vars Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py added new ksu method to man page 9 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
test-requirements.txt Making the switch to v2 11 years ago