mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -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
|
@ -68,7 +68,7 @@ class ActionModule(ActionBase):
|
|||
|
||||
if copy:
|
||||
try:
|
||||
source = self._find_needle('files', source)
|
||||
source = self._loader.get_real_file(self._find_needle('files', source))
|
||||
except AnsibleError as e:
|
||||
result['failed'] = True
|
||||
result['msg'] = to_str(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue