diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2019-04-04 15:59:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 15:59:52 +0200 |
commit | bda541fa0d2645dfd9efb7209c6b92e497588fe0 (patch) | |
tree | 29c7ea63aed89aafc49f170cc2affaf780509a9c /changelogs | |
parent | Correctly update tags when os_stack invokes update_stack (#53757) (diff) | |
download | ansible-bda541fa0d2645dfd9efb7209c6b92e497588fe0.tar.xz ansible-bda541fa0d2645dfd9efb7209c6b92e497588fe0.zip |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/always_module_attribs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/always_module_attribs.yml b/changelogs/fragments/always_module_attribs.yml new file mode 100644 index 0000000000..36111740e3 --- /dev/null +++ b/changelogs/fragments/always_module_attribs.yml @@ -0,0 +1,2 @@ +bugfixes: + - ensure we always have internal module attributes set, even if not being passed (fixes using modules as script) |