initial commit
This commit is contained in:
commit
158eadb8d5
2 changed files with 54 additions and 0 deletions
8
tasks/main.yml
Normal file
8
tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
- name: install dnf-automatic
|
||||
dnf: name=dnf-automatic state=present
|
||||
|
||||
- name: configure dnf-automatic
|
||||
copy: src=automatic.conf dest=/etc/dnf/
|
||||
|
||||
- name: enable dnf-automatic timer
|
||||
service: name=dnf-automatic.timer state=started enabled=yes
|
Loading…
Add table
Add a link
Reference in a new issue