create empty message file if necessary
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
src: config.py.j2
|
src: config.py.j2
|
||||||
dest: autoreply-editor/config.py
|
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
|
- name: Install specified python requirements
|
||||||
pip:
|
pip:
|
||||||
requirements: requirements.txt
|
requirements: requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user