1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-19 12:28:58 +02:00

roles/patchwork: Install the parsemail script

Created a new task for installing the parsemail script that is called
by postfix.
This commit is contained in:
Giancarlo Razzolini 2017-08-23 22:55:23 -03:00
parent b83a1dbbd3
commit f9b870aee3
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -82,6 +82,9 @@
become_user: patchwork
when: (db_created.changed or release.changed or config.changed or virtualenv.changed or patchwork_forced_deploy)
- name: install patchwork parsemail script
template: src="patchwork-parsemail-wrapper.sh.j2" dest="/usr/local/bin/patchwork-parsemail-wrapper.sh" owner=root group=root mode=0755
- name: install patchwork memcached service
template: src="patchwork-memcached.service.j2" dest="/etc/systemd/system/patchwork-memcached.service" owner=root group=root mode=0644
notify: