mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
add transparent vault use to other plugins (#16957)
assemble, script and unarchive (copy already had it).
This commit is contained in:
parent
eb2a3a91a8
commit
bced8715cd
3 changed files with 4 additions and 3 deletions
|
@ -72,7 +72,7 @@ class ActionModule(ActionBase):
|
|||
args = ' '.join(parts[1:])
|
||||
|
||||
try:
|
||||
source = self._find_needle('files', source)
|
||||
source = self._loader.get_real_file(self._find_needle('files', source))
|
||||
except AnsibleError as e:
|
||||
return dict(failed=True, msg=to_str(e))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue