adapt playbook to more functions of the python tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user