From f0445ebe539c8ce6fd82a38cd8e2098d19275de1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 21 Jun 2024 22:08:34 -0500 Subject: [PATCH] nextcloud: Do not auto-update Nextcloud Nextcloud usually (always?) wants the `occ upgrade` command to be run after an update. If the *nextcloud* package gets updated along with the rest of the OS, Nextcloud will be down until I manually run that command hours/days later. --- group_vars/nextcloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/nextcloud.yml b/group_vars/nextcloud.yml index 8e5416a..683f9ef 100644 --- a/group_vars/nextcloud.yml +++ b/group_vars/nextcloud.yml @@ -18,3 +18,4 @@ nextcloud_smtp: from: nextcloud@pyrocufflink.net host: mail.pyrocufflink.blue port: 25 +dnf_automatic_exclude: nextcloud