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 7 additions and 0 deletions
Showing only changes of commit 473bcb4cd6 - Show all commits

View file

@ -13,6 +13,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
* apt: verify that /etc/evolinux is present
* certbot : new role to install and configure certbot
* etc-git: add versioning for /usr/share/scripts on Debian 10+
* evoacme: upstream version 19.11

View file

@ -8,6 +8,12 @@
tags:
- apt
- name: "/etc/evolinux is present"
file:
dest: /etc/evolinux
mode: "0700"
state: directory
- name: "hold packages (config)"
lineinfile:
dest: /etc/evolinux/apt_hold_packages.cf