Skip to content

Commit fbc3f8b

Browse files
author
Ferry Boender
committed
Docstring update
1 parent 2125fa3 commit fbc3f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblecmdb/ansible.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _parse_hostvar_file(self, hostname, path):
151151

152152
def _parse_groupvar_dir(self, inventory_path):
153153
"""
154-
Parse group_vars dir, if it exists.
154+
Parse group_vars dir, if it exists. Encrypted vault files are skipped.
155155
"""
156156
self.log.debug("Parsing group vars (dir): {0}".format(os.path.join(inventory_path, 'group_vars')))
157157
path = os.path.join(os.path.dirname(inventory_path), 'group_vars')

0 commit comments

Comments
 (0)