Revert "Revert "Use https for fedorapeople URLs and copr-be.cloud.fedoraproject.org""

This reverts commit b555731709.
This commit is contained in:
Kevin Fenzi 2014-09-05 18:54:24 +00:00
parent 0875ac93a7
commit ffc795c770
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