Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ini and env fields for config option CONNECTION_FACTS_MODULES #73944

Merged
merged 1 commit into from Mar 18, 2021

Conversation

s-hertel
Copy link
Contributor

SUMMARY

It's type 'dict' and can only be set via ini or env var, so configuring it will never have the correct type. It looks like the only one we have like this, so I just removed the misleading fields. We could fix it by parsing the string with ast.literal_eval() but I guess no one uses this and fixing via YAML config files seems like less of a hack.

ISSUE TYPE
  • Docs Pull Request

@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Mar 17, 2021
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Mar 18, 2021
@mattclay mattclay merged commit ad5ee15 into ansible:devel Mar 18, 2021
@ansible ansible locked and limited conversation to collaborators Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants