evolinux-base: Ensure rename is present

This commit is contained in:
Ludovic Poujol 2019-06-17 09:58:10 +02:00
parent 334b8a3f0d
commit 75a8c90258
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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