Skip to content
Snippets Groups Projects
Verified Commit f9b870ae authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/patchwork: Install the parsemail script

Created a new task for installing the parsemail script that is called
by postfix.
parent b83a1dbb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment