[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:
Michal Konecny 2024-03-14 17:32:44 +01:00
parent 1e005e7b2f
commit 6d0370a0dc

View file

@ -151,6 +151,7 @@
- fedora-messaging
- httpd
- python3-pylibmc
- python3-dnf-plugin-post-transaction-actions
tags:
- packages
- mailman
@ -572,13 +573,6 @@
when: inventory_hostname.startswith('mailman01')
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
- name: install the post-transaction trigger
template: src=post-transaction.action.j2