From ad5ee1542a59042bc4a98115d953db9bdb91eceb Mon Sep 17 00:00:00 2001 From: s-hertel <19572925+s-hertel@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:57:48 -0400 Subject: [PATCH] Remove ini and env fields for config option CONNECTION_FACTS_MODULES --- lib/ansible/config/base.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 6c7dd399206..2a0019d7ed7 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -1352,9 +1352,6 @@ CONNECTION_FACTS_MODULES: ironware: ansible.legacy.ironware_facts community.network.ironware: community.network.ironware_facts description: "Which modules to run during a play's fact gathering stage based on connection" - env: [{name: ANSIBLE_CONNECTION_FACTS_MODULES}] - ini: - - {key: connection_facts_modules, section: defaults} type: dict FACTS_MODULES: name: Gather Facts Modules