Mailman: add RPM GPG key
This commit is contained in:
parent
333134e22f
commit
cbd8a3556b
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
||||||
copy: src=hyperkitty.{{ansible_distribution}}.repo
|
copy: src=hyperkitty.{{ansible_distribution}}.repo
|
||||||
dest=/etc/yum.repos.d/hyperkitty.repo
|
dest=/etc/yum.repos.d/hyperkitty.repo
|
||||||
|
|
||||||
|
- name: add the GPG key
|
||||||
|
rpm_key: state=present key=http://repos.fedorapeople.org/repos/abompard/abompard.asc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=installed
|
yum: pkg={{ item }} state=installed
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue