fix typo in host_group_vars config (#75012)

* no need to deprecate, not used directly

  it just documents the use of the setting in loader
This commit is contained in:
Brian Coca 2021-06-15 18:03:01 -04:00 committed by GitHub
parent e6a7bc854c
commit 79a0799082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- host_group_vars vars plugin fixed ini entry, section and key were reversed.

View file

@ -45,8 +45,8 @@ DOCUMENTATION = '''
env:
- name: ANSIBLE_YAML_FILENAME_EXT
ini:
- section: yaml_valid_extensions
key: defaults
- key: yaml_valid_extensions
section: defaults
type: list
extends_documentation_fragment:
- vars_plugin_staging