roles/common: Use new cron-apt tasks

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-08-22 23:44:03 +03:00
parent 96fe209843
commit 56df8b38ca
1 changed files with 2 additions and 8 deletions

View File

@ -20,14 +20,8 @@
- lrzip
- unzip
- name: Configure cron-apt (config)
copy: src=cron-apt/config dest=/etc/cron-apt/config mode=0644 owner=root group=root
- name: Configure cron-apt (config)
copy: src=cron-apt/3-download dest=/etc/cron-apt/action.d/3-download mode=0644 owner=root group=root
- name: Configure cron-apt (security)
copy: src=cron-apt/security.sources.list dest=/etc/apt/security.sources.list mode=0644 owner=root group=root
- include: cron-apt.yml
tags: cron-apt
- name: Enable systemd-timesyncd
service: name=systemd-timesyncd state=started enabled=yes