Ignore GPG key checks on test repo

Disable GPG key checks when installing packages from the test repo.
This commit is contained in:
Joe Cropper 2020-04-22 23:56:59 -05:00 committed by Matt Clay
parent e663391e77
commit e8d3358427
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
shippable/posix/group1
destructive
skip/aix
skip/power/centos

View file

@ -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