[mailman] Add correct folder for post-transaction trigger

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-14 17:08:51 +01:00
parent 17400d7060
commit 1e005e7b2f

View file

@ -582,7 +582,7 @@
# Sync databases and collect static files on RPM install/upgrade
- name: install the post-transaction trigger
template: src=post-transaction.action.j2
dest=/etc/dnf/post-transaction-actions.d/hyperkitty.action
dest=/etc/dnf/plugins/post-transaction-actions.d/hyperkitty.action
tags: mailman
when: env == 'staging'