From 82d725ccb828987d19d9ed5da01243d3ff5ea31b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Aug 2024 14:18:22 -0700 Subject: [PATCH] dnf-automatic: apply a tag to easily run this role by itself Signed-off-by: Kevin Fenzi --- roles/base/meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/meta/main.yml b/roles/base/meta/main.yml index 9b95f6ce71..01b0a519e6 100644 --- a/roles/base/meta/main.yml +++ b/roles/base/meta/main.yml @@ -3,4 +3,4 @@ dependencies: - { role: linux-system-roles.network, when: "'no_linux_system_roles' not in group_names", tags: ['linux-system-roles.network'] } - { role: basessh, tags: ['basessh'] } - { role: chrony } - - { role: dnf-automatic } + - { role: dnf-automatic, tags: ['dnf-automatic'] }