Try enabling that fedmsg plugin again.
This commit is contained in:
parent
e156b838a3
commit
6da30e33d7
2 changed files with 16 additions and 16 deletions
|
@ -74,19 +74,19 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
#- name: setup the mailman3-fedmsg repo
|
- name: setup the mailman3-fedmsg repo
|
||||||
# copy: src=mailman3-fedmsg-plugin.RedHat.repo
|
copy: src=mailman3-fedmsg-plugin.RedHat.repo
|
||||||
# dest=/etc/yum.repos.d/mailman3-fedmsg-plugin.repo
|
dest=/etc/yum.repos.d/mailman3-fedmsg-plugin.repo
|
||||||
# when: ansible_distribution == 'RedHat'
|
when: ansible_distribution == 'RedHat'
|
||||||
#
|
|
||||||
#- name: add the GPG key for the mailman3-fedmsg-plugin repo
|
- name: add the GPG key for the mailman3-fedmsg-plugin repo
|
||||||
# rpm_key: state=present key=https://copr-be.cloud.fedoraproject.org/results/ralph/fedmsg-python34/pubkey.gpg
|
rpm_key: state=present key=https://copr-be.cloud.fedoraproject.org/results/ralph/fedmsg-python34/pubkey.gpg
|
||||||
# when: ansible_distribution == 'RedHat'
|
when: ansible_distribution == 'RedHat'
|
||||||
#
|
|
||||||
#- name: install the mailman3 fedmsg plugin rpm
|
- name: install the mailman3 fedmsg plugin rpm
|
||||||
# yum: pkg=mailman3-fedmsg-plugin state=latest
|
yum: pkg=mailman3-fedmsg-plugin state=latest
|
||||||
# notify: restart mailman3
|
notify: restart mailman3
|
||||||
# when: ansible_distribution == 'RedHat'
|
when: ansible_distribution == 'RedHat'
|
||||||
|
|
||||||
- name: install packages when not using source extracts
|
- name: install packages when not using source extracts
|
||||||
when: ansible_hostname != "lists-dev.cloud.fedoraproject.org"
|
when: ansible_hostname != "lists-dev.cloud.fedoraproject.org"
|
||||||
|
|
|
@ -32,9 +32,9 @@ class: mailman_hyperkitty.Archiver
|
||||||
enable: yes
|
enable: yes
|
||||||
configuration: {{ mailman_webui_confdir }}/mailman-hyperkitty.cfg
|
configuration: {{ mailman_webui_confdir }}/mailman-hyperkitty.cfg
|
||||||
|
|
||||||
#[archiver.fedmsg]
|
[archiver.fedmsg]
|
||||||
#class: mailman3_fedmsg_plugin.Archiver
|
class: mailman3_fedmsg_plugin.Archiver
|
||||||
#enable: yes
|
enable: yes
|
||||||
|
|
||||||
[archiver.prototype]
|
[archiver.prototype]
|
||||||
enable: yes
|
enable: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue