From 0b121a9ad70e45af3d47ffff7d93e5df69249cac Mon Sep 17 00:00:00 2001 From: Jaroslav Rohel Date: Sat, 14 Oct 2023 12:07:38 +0200 Subject: [PATCH] [libdnf, actions plugin] actions.conf: Set "enabled" to "1" "Enabled" can now be set for each action separately. However, to enable actions, the "actions" plugin must be enabled. If "enabled" for the "actions" plugin is set to `host-only`, the action will not be performed for the alternate installroot even if it is enabled for the action. --- libdnf5-plugins/actions/actions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdnf5-plugins/actions/actions.conf b/libdnf5-plugins/actions/actions.conf index 6e26cbf09..8b15f9e3c 100644 --- a/libdnf5-plugins/actions/actions.conf +++ b/libdnf5-plugins/actions/actions.conf @@ -1,3 +1,3 @@ [main] name = actions -enabled = host-only +enabled = 1