Skip to content
Snippets Groups Projects
Commit a62d7c7b authored by void's avatar void
Browse files

fix syntax and remove duplicate docker_compose start

parent 37f6971e
No related branches found
No related tags found
Loading
......@@ -9,9 +9,9 @@
path: "{{item}}"
state: "directory"
with_items:
- {{ basedir }}/
- {{ basedir }}/data
- {{ basedir }}/pdftemplate
- "{{ basedir }}"
- "{{ basedir }}/data"
- "{{ basedir }}/pdftemplate"
- name: Docker Compose Konfig-Datei erstellen
template:
......@@ -23,11 +23,6 @@
- sendmail_plenum.py
register: config
- name: start dokuwiki docker
docker_compose:
project_src: {{ basedir }}
state: present
- name: Cronjob für Mailversand Plenumsmail
cron:
name: "sendmail_plenum"
......
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