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
pull/75022/head
Brian Coca 3 years ago committed by GitHub
parent e6a7bc854c
commit 79a0799082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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

Loading…
Cancel
Save