diff options
author | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-11-30 14:37:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 14:37:55 -0600 |
commit | 031e961c58a41947c92c14d6734e39bfb6daeaf8 (patch) | |
tree | 0e176e0363db0e0180ebb77b5231b8d4c02c1e01 /lib/ansible/plugins/vars | |
parent | 5c525f946628a0e935261a01184fb31395710a66 (diff) | |
download | ansible-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.py | 2 |
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"] |