Compare commits

...

2 Commits

Author SHA1 Message Date
5d7905c837 removed wromg cotntainer bug 2023-12-19 09:08:32 +01:00
08886c7dbb Renamed variable 2023-12-18 17:38:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,6 @@
template: template:
src: cleanup-failed-docker-backups.timer.j2 src: cleanup-failed-docker-backups.timer.j2
dest: /etc/systemd/system/cleanup-failed-docker-backups.timer dest: /etc/systemd/system/cleanup-failed-docker-backups.timer
register: cleanup_disc_space_timer register: cleanup_failed_docker_backups_timer
changed_when: cleanup_disc_space_timer.changed or activate_all_timers | bool changed_when: cleanup_failed_docker_backups_timer.changed or activate_all_timers | bool
notify: restart cleanup-failed-docker-backups.timer notify: restart cleanup-failed-docker-backups.timer

View File

@ -23,7 +23,7 @@
# https://github.com/matrix-org/synapse/issues/6303 # https://github.com/matrix-org/synapse/issues/6303
- name: set correct folder permissions - name: set correct folder permissions
command: command:
cmd: "docker run --rm --mount type=volume,src=matrix_data,dst=/data -e SYNAPSE_SERVER_NAME={{domain}} -e SYNAPSE_REPORT_STATS=no --entrypoint /bin/sh matrixdotorg/synapse:latest -c 'chown -vR 991:991 /data'" cmd: "docker run --rm --mount type=volume,src=matrix_synapse_data,dst=/data -e SYNAPSE_SERVER_NAME={{domain}} -e SYNAPSE_REPORT_STATS=no --entrypoint /bin/sh matrixdotorg/synapse:latest -c 'chown -vR 991:991 /data'"
- name: add docker-compose.yml - name: add docker-compose.yml
template: template: