Upgrade the fedmsg plugin and restart mailman3.

This commit is contained in:
Ralph Bean 2015-06-29 16:41:29 +00:00
parent 1d25e7d95a
commit fcf02695b3

View file

@ -84,7 +84,8 @@
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=present yum: pkg=mailman3-fedmsg-plugin state=latest
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