From 00000000e2b31a6e295713a1a5972aac3dd8e32a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 9 Jul 2021 20:35:14 -0500 Subject: [PATCH] bootstrap: install updates w/ dnf-automatic --- roles/bootstrap/tasks/dnf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bootstrap/tasks/dnf.yml b/roles/bootstrap/tasks/dnf.yml index 48fbca9..f8ecaeb 100644 --- a/roles/bootstrap/tasks/dnf.yml +++ b/roles/bootstrap/tasks/dnf.yml @@ -19,6 +19,7 @@ with_items: - { regexp: '^upgrade_type.=', line: 'upgrade_type = security' } - { regexp: '^emit_via.=', line: 'emit_via = stdio' } + - { regexp: '^apply_updates.=', line: 'apply_updates = yes' } - name: enable dnf-automatic timer systemd: