If we use dnf-automatic, install the packages too

This commit is contained in:
2022-10-03 23:13:10 -05:00
parent 836c35a84c
commit 59a2c9016e
4 changed files with 23 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ service_list:
- name: 'dnf-automatic.timer'
state: 'started'
enabled: 'yes'
- name: 'dnf-automatic-install.timer'
state: 'started'
enabled: 'yes'