Add dnf automatic updates
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
ansible.builtin.dnf:
|
||||
name: "{{ dnf_packages }}"
|
||||
|
||||
- name: Enable autoupdate timer
|
||||
ansible.builtin.systemd:
|
||||
name: dnf-automatic.timer
|
||||
enabled: true
|
||||
state: started
|
||||
|
||||
- name: Enable firewalld
|
||||
ansible.builtin.systemd:
|
||||
name: firewalld
|
||||
|
||||
Reference in New Issue
Block a user