mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
commit
a4ebee4b16
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class LookupModule(LookupBase):
|
|||
|
||||
for path in (basedir_path, relative_path, playbook_path):
|
||||
try:
|
||||
contents = self._loader._get_file_contents(path)
|
||||
contents, show_data = self._loader._get_file_contents(path)
|
||||
ret.append(contents.rstrip())
|
||||
break
|
||||
except AnsibleParserError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue