Upgrade the fedmsg plugin and restart mailman3.
This commit is contained in:
parent
1d25e7d95a
commit
fcf02695b3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue