Disable gpgcheck when removing clang to work-around CI issue

https://pagure.io/fedora-ci/general/issue/14
This commit is contained in:
Tom Stellard 2018-11-19 23:02:37 +00:00
parent b730992174
commit bb52acfcee
1 changed files with 2 additions and 1 deletions

View File

@ -8,9 +8,10 @@
# so when we run the test we want to make sure clang is not installed to
# verify we haven't introduced an implicit dependency on clang.
- name: Uninstall clang
package:
dnf:
name: clang
state: absent
disable_gpg_check: yes
tags: classic
roles:
- role: standard-test-basic