Use https for fedorapeople URLs and copr-be.cloud.fedoraproject.org
- This avoids an redirect from HTTP and HTTPS on fedorapeople and is more appropriate for e.g. GPG key imports or repo access.
This commit is contained in:
parent
1b593caf3b
commit
7fd29c3127
11 changed files with 22 additions and 22 deletions
|
@ -42,7 +42,7 @@
|
|||
yum: state=installed name=gnupg
|
||||
|
||||
- name: add the GPG key
|
||||
rpm_key: state=present key=http://repos.fedorapeople.org/repos/abompard/abompard.asc
|
||||
rpm_key: state=present key=https://repos.fedorapeople.org/repos/abompard/abompard.asc
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue