mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
and more
This commit is contained in:
parent
ff3d426296
commit
93b8e7f0eb
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class PacmanKey(object):
|
|||
def gpg(self, args, keyring=None, **kwargs):
|
||||
cmd = [self.gpg_binary]
|
||||
if keyring:
|
||||
cmd.append(f'--homedir={keyring}')
|
||||
cmd.append('--homedir={keyring}'.format(keyring=keyring))
|
||||
cmd.extend(['--no-permission-warning', '--with-colons', '--quiet', '--batch', '--no-tty'])
|
||||
return self.module.run_command(cmd + args, **kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue