Browse code

Remove ini and env fields for config option CONNECTION_FACTS_MODULES

s-hertel authored on 2021/03/18 04:57:48
Showing 1 changed files
... ...
@@ -1352,9 +1352,6 @@ CONNECTION_FACTS_MODULES:
1352 1352
     ironware: ansible.legacy.ironware_facts
1353 1353
     community.network.ironware: community.network.ironware_facts
1354 1354
   description: "Which modules to run during a play's fact gathering stage based on connection"
1355
-  env: [{name: ANSIBLE_CONNECTION_FACTS_MODULES}]
1356
-  ini:
1357
-    - {key: connection_facts_modules, section: defaults}
1358 1355
   type: dict
1359 1356
 FACTS_MODULES:
1360 1357
   name: Gather Facts Modules