module compression is now again settable via var (#83573) (#83591)

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>
(cherry picked from commit 0eeb933238)
pull/83720/head
Brian Coca 4 months ago committed by GitHub
parent 874f2a4e4f
commit 1f9dead60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,2 @@
bugfixes:
- config, restored the ability to set module compression via a variable

@ -855,8 +855,8 @@ DEFAULT_MODULE_COMPRESSION:
env: [] env: []
ini: ini:
- {key: module_compression, section: defaults} - {key: module_compression, section: defaults}
# vars: vars:
# - name: ansible_module_compression - name: ansible_module_compression
DEFAULT_MODULE_NAME: DEFAULT_MODULE_NAME:
name: Default adhoc module name: Default adhoc module
default: command default: command

Loading…
Cancel
Save