[mailman] Install the post-transaction-actions plugin correctly
It should be installed as standard package. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
1e005e7b2f
commit
6d0370a0dc
1 changed files with 1 additions and 7 deletions
|
@ -151,6 +151,7 @@
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
- httpd
|
- httpd
|
||||||
- python3-pylibmc
|
- python3-pylibmc
|
||||||
|
- python3-dnf-plugin-post-transaction-actions
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- mailman
|
- mailman
|
||||||
|
@ -572,13 +573,6 @@
|
||||||
when: inventory_hostname.startswith('mailman01')
|
when: inventory_hostname.startswith('mailman01')
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
- name: Enable post-actions plugin
|
|
||||||
dnf:
|
|
||||||
enable_plugin:
|
|
||||||
- post-transaction-actions
|
|
||||||
tags: mailman
|
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
# Sync databases and collect static files on RPM install/upgrade
|
# Sync databases and collect static files on RPM install/upgrade
|
||||||
- name: install the post-transaction trigger
|
- name: install the post-transaction trigger
|
||||||
template: src=post-transaction.action.j2
|
template: src=post-transaction.action.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue