diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2022-01-18 20:04:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 17:04:24 -0800 |
commit | ba1e93114cabe4469a5a69e8de15de7253af5d90 (patch) | |
tree | 3437d42000eda6fd7fe6a4c122c6e562f113c4ce /changelogs | |
parent | f88efd57cb0ee07f8ef2c2b1e69314d791f5419d (diff) | |
download | ansible-ba1e93114cabe4469a5a69e8de15de7253af5d90.tar.gz |
better handling of sudo flag replacement (#76389) (#76440)
* better handling of sudo flag replacement
(cherry picked from commit b02168d644dfaff1f76f52931d7b41485c2753a3)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_sudo_flag_mangling.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_sudo_flag_mangling.yml b/changelogs/fragments/fix_sudo_flag_mangling.yml new file mode 100644 index 0000000000..8a844de614 --- /dev/null +++ b/changelogs/fragments/fix_sudo_flag_mangling.yml @@ -0,0 +1,2 @@ +bugfixes: + - sudo become plugin, fix handling of non interactive flags, previous substitution was too naive |