From 20133def86564acab3da6d371b7d99e7603cadc0 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 30 Apr 2025 08:46:22 +0200 Subject: [PATCH] Indicate that responsibility for system updates is out-of-scope for this playbook --- docs/installing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installing.md b/docs/installing.md index f63f0fdcb..7b6dc33ef 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -157,6 +157,8 @@ The upstream projects, which this playbook makes use of, occasionally if not oft Since it is unsafe to keep outdated services running on the server connected to the internet, please consider to update the playbook and re-run it periodically, in order to keep the services up-to-date. +Also, do not forget to update your system regularly. While this playbook may install basic services, such as Docker, it will not interfere further with system maintenance. Keeping the system itself up-to-date is out of scope for this playbook. + For more information about upgrading or maintaining services with the playbook, take a look at this page: [Upgrading the Matrix services](maintenance-upgrading-services.md) Feel free to **re-run the setup command any time** you think something is wrong with the server configuration. Ansible will take your configuration and update your server to match.