fixed typo
This commit is contained in:
parent
afb9b8e2f3
commit
d139825169
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class RpmKey:
|
||||||
gpg = self.module.get_bin_path('gpg2')
|
gpg = self.module.get_bin_path('gpg2')
|
||||||
|
|
||||||
if not gpg:
|
if not gpg:
|
||||||
self.json_fail(msg="rpm_key requires a command lne gpg or gpg2, none found")
|
self.json_fail(msg="rpm_key requires a command line gpg or gpg2, none found")
|
||||||
|
|
||||||
stdout, stderr = self.execute_command([gpg, '--no-tty', '--batch', '--with-colons', '--fixed-list-mode', '--list-packets', keyfile])
|
stdout, stderr = self.execute_command([gpg, '--no-tty', '--batch', '--with-colons', '--fixed-list-mode', '--list-packets', keyfile])
|
||||||
for line in stdout.splitlines():
|
for line in stdout.splitlines():
|
||||||
|
|
Loading…
Reference in a new issue