Files
autoreply-editor/ansible/playbook.yml

13 lines
327 B
YAML
Raw Normal View History

2021-12-19 20:14:23 +01:00
- hosts: autoreply_editor
gather_facts: false
tasks:
- name: Get newest version of autoreply-editor
git:
repo: https://src.mehl.mx/mxmehl/autoreply-editor.git
dest: autoreply-editor
- name: Deploy config file
template:
src: config.py.j2
dest: autoreply-editor/config.py