Solved typo

This commit is contained in:
Kevin Veen-Birkenbach 2021-04-05 09:34:09 +02:00
parent fa37371e26
commit 9a1cb7ed5e
3 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
- name: add docker-compose.yml
template: src=docker-compose.yml.j2 dest=/usr/local/bin/mailu/docker-compose.yml
notify: rescreate mailu
notify: recreate mailu
- name: add mailu.env
template: src=mailu.env.j2 dest=/usr/local/bin/mailu/mailu.env
notify: rescreate mailu
notify: recreate mailu

View File

@ -1,5 +1,5 @@
---
- name: rescreate mailu
- name: recreate mailu
command:
cmd: docker-compose -p mailu up -d --force-recreate
chdir: /usr/local/bin/mailu/

View File

@ -23,8 +23,8 @@
- name: add docker-compose.yml
template: src=docker-compose.yml.j2 dest=/usr/local/bin/mailu/docker-compose.yml
notify: rescreate mailu
notify: recreate mailu
- name: add mailu.env
template: src=mailu.env.j2 dest=/usr/local/bin/mailu/mailu.env
notify: rescreate mailu
notify: recreate mailu