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:
Till Maas 2014-08-30 09:57:17 +02:00
parent 1b593caf3b
commit 7fd29c3127
11 changed files with 22 additions and 22 deletions

View file

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