adapt playbook to more functions of the python tool

This commit is contained in:
2021-12-23 13:43:02 +01:00
parent de2bd45ae4
commit 9c5b6dce9c
6 changed files with 18 additions and 18 deletions

View File

@@ -11,12 +11,6 @@
src: config.py.j2
dest: autoreply-editor/config.py
- name: Create empty message file if it does not exist
copy:
content: ""
dest: "autoreply-editor/{{ message_file }}"
force: no
- name: Install specified python requirements
pip:
requirements: requirements.txt
@@ -45,12 +39,6 @@
path: autoresponders
state: directory
- name: Create autoreply mailbot filter
template:
src: filter-autoreply.j2
dest: .filter-autoreply
mode: 0600
handlers:
- name: reread supervisord
command: supervisorctl reread