From bff59efaaf2e57dc9dcef090804f73f175b7cfee Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 1 Aug 2024 18:00:28 -0400 Subject: [PATCH] module compression is now again settable via var (#83573) (#83592) Previous change overlooked 'uncommenting' the variable entry as a way to update this to keep the functionality. Co-authored-by: Glandos Co-authored-by: Abhijeet Kasurde (cherry picked from commit 0eeb9332389d1e1742d40b9b8d2d3f85ca023a10) --- changelogs/fragments/mc_fix.yml | 2 ++ lib/ansible/config/base.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/mc_fix.yml diff --git a/changelogs/fragments/mc_fix.yml b/changelogs/fragments/mc_fix.yml new file mode 100644 index 00000000000..efe7642600e --- /dev/null +++ b/changelogs/fragments/mc_fix.yml @@ -0,0 +1,2 @@ +bugfixes: + - config, restored the ability to set module compression via a variable diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 69a0d679e23..a5790f6d45e 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -845,8 +845,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