ansible/changelogs/fragments/always_module_attribs.yml
Brian Coca bda541fa0d
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
2019-04-04 09:59:52 -04:00

2 lines
127 B
YAML

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