From 1f9dead60f305c5afd8b589514510e9c81ef824a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 1 Aug 2024 17:43:21 -0400 Subject: [PATCH] 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 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 b4c2ae5e57d..c6f6dee733b 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -855,8 +855,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