initial commit

This commit is contained in:
neingeist 2016-03-05 18:17:32 +01:00
commit 158eadb8d5
2 changed files with 54 additions and 0 deletions

8
tasks/main.yml Normal file
View 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