mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-06-06 18:08:31 +02:00
Fix qubes-pass to be compatible with pass interface that is new in
qubes-pass.
This commit is contained in:
parent
48c776440e
commit
b74c21d028
@ -27,8 +27,6 @@ class LookupModule(LookupBase):
|
||||
cmd += ['get-or-generate']
|
||||
if no_symbols:
|
||||
cmd += ["-n"]
|
||||
else:
|
||||
cmd += ['get']
|
||||
cmd += ['--', args[0]]
|
||||
|
||||
display.vvvv(u"Password lookup using command %s" % cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user