Solved typo bug

This commit is contained in:
2025-02-19 03:46:25 +01:00
parent 2c4ee620c1
commit 74d8dad94c
5 changed files with 11 additions and 11 deletions

View File

@@ -27,10 +27,10 @@
- name: flush docker service
meta: flush_handlers
when: appplications.listmonk.setup |bool
when: applications.listmonk.setup |bool
- name: setup routine for listmonk
command:
cmd: docker compose run -T --rm application sh -c "yes | ./listmonk --install"
chdir: "{{docker_compose.directories.instance}}"
when: appplications.listmonk.setup |bool
when: applications.listmonk.setup |bool