mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 17:31:36 +08:00
Try and work around this to get mailman02 ansible happy.
This commit is contained in:
@@ -245,8 +245,12 @@
|
||||
- name: install the post-transaction trigger
|
||||
template: src=post-transaction.action.j2
|
||||
dest=/etc/yum/post-actions/hyperkitty.action
|
||||
#
|
||||
# Only run this on mailman01 for now.
|
||||
#
|
||||
- name: run the post-update script
|
||||
command: "{{ mailman_webui_basedir }}/bin/post-update.sh"
|
||||
when: not inventory_hostname.startswith('mailman01')
|
||||
|
||||
|
||||
# Postfix
|
||||
|
||||
Reference in New Issue
Block a user