We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ef40a commit 87b3560Copy full SHA for 87b3560
src/ansiblecmdb/ansible.py
@@ -147,7 +147,7 @@ def _parse_hostvar_dir(self, inventory_path):
147
148
self.log.debug("Parsing host vars (dir): {0}".format(path))
149
if not os.path.exists(path):
150
- self.log.warning("No such dir {0}".format(path))
+ self.log.info("No such dir {0}".format(path))
151
return
152
153
for entry in os.listdir(path):
@@ -208,7 +208,7 @@ def _parse_groupvar_dir(self, inventory_path):
208
209
self.log.debug("Parsing group vars (dir): {0}".format(path))
210
211
212
213
214
for (dirpath, dirnames, filenames) in os.walk(path):
0 commit comments