Ignore GPG key checks on test repo
Disable GPG key checks when installing packages from the test repo.
This commit is contained in:
parent
e663391e77
commit
e8d3358427
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
shippable/posix/group1
|
||||
destructive
|
||||
skip/aix
|
||||
skip/power/centos
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
name: "{{ yum_repository_test_repo.name }}"
|
||||
description: "{{ yum_repository_test_repo.description }}"
|
||||
baseurl: "{{ yum_repository_test_repo.baseurl }}"
|
||||
gpgcheck: no
|
||||
state: present
|
||||
register: test_repo_add
|
||||
|
||||
|
|
Loading…
Reference in a new issue