Skip to content

Commit

Permalink
Docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Boender committed Sep 8, 2017
1 parent 2125fa3 commit fbc3f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblecmdb/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _parse_hostvar_file(self, hostname, path):

def _parse_groupvar_dir(self, inventory_path):
"""
Parse group_vars dir, if it exists.
Parse group_vars dir, if it exists. Encrypted vault files are skipped.
"""
self.log.debug("Parsing group vars (dir): {0}".format(os.path.join(inventory_path, 'group_vars')))
path = os.path.join(os.path.dirname(inventory_path), 'group_vars')
Expand Down

0 comments on commit fbc3f8b

Please sign in to comment.