mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-17 11:38:08 +00:00
Solved listmonk and peertube bugs
This commit is contained in:
@@ -29,6 +29,6 @@
|
||||
|
||||
- name: setup routine for listmonk
|
||||
command:
|
||||
cmd: "yes | docker compose run -T --rm application ./listmonk --install"
|
||||
cmd: docker compose run -T --rm application sh -c "yes | ./listmonk --install"
|
||||
chdir: "{{docker_compose_instance_directory}}"
|
||||
when: setup | bool
|
Reference in New Issue
Block a user