matrix-docker-ansible-deploy/roles/matrix-bot-maubot
Slavi Pantaleev 46ced6134c Store maubot configuration separately from data
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894

Because the configuration file is now mounted as readonly and maubot tries to update it on start,
we get this warning:
> Failed to create tempfile to write updated config to disk: [Errno 30] Read-only file system: '/config/tmpfa8vcb3y.yaml'

It doesn't seem to cause issues though.

Because the configuration is no longer overwritten on every bot start, each
next Ansible run should no longer overwrite it again and report a
"changed" task.
2022-07-20 12:54:43 +03:00
..
defaults Clear up maubot role (#1960) 2022-07-20 12:23:32 +03:00
tasks Store maubot configuration separately from data 2022-07-20 12:54:43 +03:00
templates Store maubot configuration separately from data 2022-07-20 12:54:43 +03:00