diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2024-07-12 17:38:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 17:38:50 +0200 |
commit | 0eeb9332389d1e1742d40b9b8d2d3f85ca023a10 (patch) | |
tree | d82f7a19387ba6bcadd50ddba549881ef9a2a98f /changelogs | |
parent | remove ignore clauses for module blockinfile (#83577) (diff) | |
download | ansible-0eeb9332389d1e1742d40b9b8d2d3f85ca023a10.tar.xz ansible-0eeb9332389d1e1742d40b9b8d2d3f85ca023a10.zip |
module compression is now again settable via var (#83573)
Previous change overlooked 'uncommenting' the variable entry as a way to update this to keep the functionality.
Co-authored-by: Glandos <bugs-github@antipoul.fr>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/mc_fix.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/mc_fix.yml b/changelogs/fragments/mc_fix.yml new file mode 100644 index 0000000000..efe7642600 --- /dev/null +++ b/changelogs/fragments/mc_fix.yml @@ -0,0 +1,2 @@ +bugfixes: + - config, restored the ability to set module compression via a variable |