roles/common: Use new cron-apt tasks
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
96fe209843
commit
56df8b38ca
@ -20,14 +20,8 @@
|
|||||||
- lrzip
|
- lrzip
|
||||||
- unzip
|
- unzip
|
||||||
|
|
||||||
- name: Configure cron-apt (config)
|
- include: cron-apt.yml
|
||||||
copy: src=cron-apt/config dest=/etc/cron-apt/config mode=0644 owner=root group=root
|
tags: cron-apt
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- name: Enable systemd-timesyncd
|
- name: Enable systemd-timesyncd
|
||||||
service: name=systemd-timesyncd state=started enabled=yes
|
service: name=systemd-timesyncd state=started enabled=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user