summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/vars
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2018-11-30 14:37:55 -0600
committerGitHub <noreply@github.com>2018-11-30 14:37:55 -0600
commit031e961c58a41947c92c14d6734e39bfb6daeaf8 (patch)
tree0e176e0363db0e0180ebb77b5231b8d4c02c1e01 /lib/ansible/plugins/vars
parent5c525f946628a0e935261a01184fb31395710a66 (diff)
downloadansible-031e961c58a41947c92c14d6734e39bfb6daeaf8.tar.gz
removes talk of hardcoded loading from plugin docs (#49383)
Diffstat (limited to 'lib/ansible/plugins/vars')
-rw-r--r--lib/ansible/plugins/vars/host_group_vars.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ansible/plugins/vars/host_group_vars.py b/lib/ansible/plugins/vars/host_group_vars.py
index 361752b6e9..fd80a0c304 100644
--- a/lib/ansible/plugins/vars/host_group_vars.py
+++ b/lib/ansible/plugins/vars/host_group_vars.py
@@ -27,8 +27,6 @@ DOCUMENTATION = '''
- Files are restricted by extension to one of .yaml, .json, .yml or no extension.
- Hidden (starting with '.') and backup (ending with '~') files and directories are ignored.
- Only applies to inventory sources that are existing paths.
- notes:
- - It takes the place of the previously hardcoded group_vars/host_vars loading.
options:
_valid_extensions:
default: [".yml", ".yaml", ".json"]