Release 10.0.0 #100

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

View file

@ -12,6 +12,7 @@ The **patch** part changes incrementally at each release.
### Added
* apt: check if cron is installed before adding a cron job
* apt: remove jessie/buster sources from Gandi servers
* certbot : new role to install and configure certbot
* evocheck: upstream version 19.10
* evolinux-base: On debian 10 and later, add noexec on /dev/shm

View file

@ -16,7 +16,9 @@
state: absent
with_items:
- /etc/apt/sources.list.d/debian-security.list
- /etc/apt/sources.list.d/debian-jessie.list
- /etc/apt/sources.list.d/debian-stretch.list
- /etc/apt/sources.list.d/debian-buster.list
- /etc/apt/sources.list.d/debian-update.list
when: apt_clean_gandi_sourceslist
tags: