matrix-docker-ansible-deploy/roles/matrix-bot-maubot/tasks
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
..
init.yml Fix some Jinja2 inconsistencies in maubot role 2022-07-20 10:27:13 +03:00
main.yml Rename to bot_maubot and fix permission error 2022-06-23 21:58:03 +02:00
setup_install.yml Store maubot configuration separately from data 2022-07-20 12:54:43 +03:00
setup_uninstall.yml Use FQCN 2022-07-20 08:52:58 +02:00
validate_config.yml Use FQCN 2022-07-20 08:52:58 +02:00