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>
pull/83586/head^2
Brian Coca 4 months ago committed by GitHub
parent 08de64076a
commit 0eeb933238
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

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

Loading…
Cancel
Save