1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-04-03 19:23:49 +00:00
Files
startup-infrastructure/roles/dokuwiki/tasks/main.yml
2018-07-27 01:24:48 +00:00

6 lines
213 B
YAML

---
- name: Replace sudoers file
template: src=../roles/dokuwiki/templates/docker-compose.yml.j2 dest=/data/dokuwiki.yml
- name: Run docker-compose
shell: cd /data && docker-compose -f dokuwiki.yml up -d