dnf-automatic: apply a tag to easily run this role by itself

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-26 14:18:22 -07:00
parent 7c81f6d81b
commit 82d725ccb8

View file

@ -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'] }