Merge pull request #39937 from cachedout/gpg_zypper

Fix --non-gpg-checks in zypper module
This commit is contained in:
Mike Place 2017-03-10 11:02:51 -07:00 committed by GitHub
commit 1e0c88ae08

View file

@ -1033,7 +1033,7 @@ def install(name=None,
if not refresh:
cmd_install.insert(0, '--no-refresh')
if skip_verify:
cmd_install.append('--no-gpg-checks')
cmd_install.insert(0, '--no-gpg-checks')
if downloadonly:
cmd_install.append('--download-only')
if fromrepo: