apt: verify that /etc/evolinux is present
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-11-20 11:34:47 +01:00 committed by Jérémy Lecour
parent e20d95786a
commit 473bcb4cd6
2 changed files with 7 additions and 0 deletions

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