Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 4695c07ffa - Show all commits

View file

@ -12,8 +12,8 @@
mode: "0700"
- name: Copy listupgrade script
template:
src: listupgrade.sh.j2
copy:
src: listupgrade.sh
dest: "/usr/share/scripts/listupgrade.sh"
mode: "0700"
owner: root
@ -46,8 +46,8 @@
group: root
- name: Enable listupgrade cron
template:
src: listupgrade_cron.j2
copy:
src: listupgrade_cron
dest: /etc/cron.d/listupgrade
mode: "0600"
owner: root