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