Fix fetchmailrc permissions.

This commit is contained in:
yohan 2024-10-27 12:34:24 +01:00
parent ab4efb19d0
commit 0343fd79cc
2 changed files with 1 additions and 7 deletions

6
TODO
View File

@ -1,11 +1,5 @@
test Nextcloud deployment
Do not restore from backup when container already exists
make sure containers start on reboot
add DNS record in serveur-appart DNS configuration
add name in local /etc/hosts of ansible controller too
fix Gogs mysql connection:
2024/03/21 02:33:21 [FATAL] [...o/gogs/internal/route/install.go:76 GlobalInit()] Failed to initialize ORM engine: open database: failed to connect to `host=mysql-server user=gogs database=gogs`: failed to receive message (CopyDone body must have length of 0, but it is 6)
==> solution here:

View File

@ -66,7 +66,7 @@
with_items:
- name: "fetchmailrc-{{ fetchmail_instance }}"
dir: /usr/local/docker-mounted-files/docker-mail-stack
mode: "u=rw,g=r,o="
mode: "u=rw,g=,o="
become: true
# podman logout is needed before podman login if registry was recreated