Skip to content
Snippets Groups Projects
Commit e1445a0e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: enable & start timer for dnf-autoupdate

parent 82e2ff34
No related branches found
No related tags found
No related merge requests found
Pipeline #9793 passed
...@@ -94,3 +94,8 @@ ...@@ -94,3 +94,8 @@
owner: "root" owner: "root"
group: "root" group: "root"
mode: "0644" mode: "0644"
- name: Start timer for dnf-automatic-install.timer
ansible.builtin.systemd_service:
name: "dnf-automatic-install.timer"
enabled: true
state: started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment