mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
almost
This commit is contained in:
parent
93b8e7f0eb
commit
d9bb15d66c
1 changed files with 1 additions and 2 deletions
|
@ -248,8 +248,7 @@ class PacmanKey(object):
|
|||
def pacman_key(self, args, keyring, **kwargs):
|
||||
return self.module.run_command(
|
||||
[self.pacman_key_binary, '--gpgdir', keyring] + args,
|
||||
**kwargs,
|
||||
)
|
||||
**kwargs)
|
||||
|
||||
def pacman_machine_key(self, keyring):
|
||||
unused_rc, stdout, unused_stderr = self.gpg(['--list-secret-key'], keyring=keyring)
|
||||
|
|
Loading…
Add table
Reference in a new issue