1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 03:28:57 +00:00

fix missing attribs with dirct module execution (#53875)

* fix missing attribs with dirct module execution
* also make remote tmp handling smarter
 update tests
* set default if attrib does not exist
* add simple test
This commit is contained in:
Brian Coca 2019-04-04 09:59:52 -04:00 committed by GitHub
parent c6ed5b314d
commit bda541fa0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 30 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ensure we always have internal module attributes set, even if not being passed (fixes using modules as script)