mirror of https://github.com/ansible/ansible.git
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.pull/17072/head
parent
70e63ddf6c
commit
cd6e01349e
Loading…
Reference in New Issue