From 75a8c90258d74fafb152a0246b1fa84e84257cae Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 17 Jun 2019 09:58:10 +0200 Subject: [PATCH] evolinux-base: Ensure rename is present --- CHANGELOG.md | 2 ++ evolinux-base/tasks/packages.yml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a31877..22240aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The **patch** part changes incrementally at each release. * rbenv: add check_mode for check rbenv and ruby versions * nagios-nrpe: fix redis_instances check when Redis port equal 0 * redmine: fix 500 error on logging +* evolinux-base: Validate sshd config with "-t" instead of "-T" +* evolinux-base: Ensure rename is present ### Security diff --git a/evolinux-base/tasks/packages.yml b/evolinux-base/tasks/packages.yml index bf0e0eea..c510bab5 100644 --- a/evolinux-base/tasks/packages.yml +++ b/evolinux-base/tasks/packages.yml @@ -16,6 +16,7 @@ - bash-completion - ssl-cert - ca-certificates + - rename when: evolinux_packages_system - name: Install/Update diagnostic tools @@ -125,8 +126,8 @@ - evolinux_packages_listchanges - ansible_distribution == "Debian" - ansible_distribution_release == "jessie" - -- name: apt-listchanges is absent on Stretch and later + +- name: apt-listchanges is absent on Stretch and later apt: name: apt-listchanges state: absent