From fe064c16d1fb0b9e8721220192877639bb01df81 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 24 Aug 2018 14:29:30 +0200 Subject: [PATCH] update CHANGELOG for evolinux-todo --- CHANGELOG.md | 2 ++ evolinux-base/tasks/etc-evolinux.yml | 18 +++++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a12ca9a..a116e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release. * evocheck: detect installed packages even if "held" by APT (manual fix) * evocheck: the crontab is updated by the role (default: `True`) * evolinux-base: add mail related aliases +* evolinux-todo: new role, to help maintain a file of todo tasks * fail2ban: add a variable to disable the ssh filter (default: `False`) * etc-git: install a script to optimize the repository each month * fail2ban: add a variable to update the list of ignored IP addresses/blocs (default: `False`) @@ -31,6 +32,7 @@ The **patch** part changes incrementally at each release. ### Changed * evocheck: update upstream script * evolinux-base: improve hostname configuration (real vs. internal) +* evolinux-base: use the "evolinux-todo" role * evolinux-users: add sudo permission for bkctld check * java8: renamed to java (java8 symlinked to java for backward compatibility) * minifirewall: the tail file can be overwritten, or not (default: `True`) diff --git a/evolinux-base/tasks/etc-evolinux.yml b/evolinux-base/tasks/etc-evolinux.yml index 2aee963f..d6562e68 100644 --- a/evolinux-base/tasks/etc-evolinux.yml +++ b/evolinux-base/tasks/etc-evolinux.yml @@ -1,9 +1,13 @@ --- -- name: /etc/evolinux exists - file: - dest: /etc/evolinux - owner: root - group: root - mode: "0700" - state: directory +### This is taken care of by the evolinux-todo role +# - name: /etc/evolinux exists +# file: +# dest: /etc/evolinux +# owner: root +# group: root +# mode: "0700" +# state: directory + +- include_role: + name: evolinux-todo