bind: chroot-bind.sh must not be executed in check mode

This commit is contained in:
Jérémy Lecour 2018-08-21 18:46:16 +02:00 committed by Jérémy Lecour
parent b6fa349394
commit 77aeb60544
2 changed files with 1 additions and 3 deletions

View file

@ -42,6 +42,7 @@ The **patch** part changes incrementally at each release.
* kvm-host: install kvm-tools package instead of copying add-vm.sh * kvm-host: install kvm-tools package instead of copying add-vm.sh
### Fixed ### Fixed
* bind: chroot-bind.sh must not be executed in check mode
* evoacme: fix module detection in apache config * evoacme: fix module detection in apache config
* mysql-oracle: fix configuration directory variable * mysql-oracle: fix configuration directory variable
* php: fpm slowlog needs an absolute path * php: fpm slowlog needs an absolute path

View file

@ -81,7 +81,6 @@
command: "/root/chroot-bind.sh" command: "/root/chroot-bind.sh"
register: chrootbind_run register: chrootbind_run
changed_when: False changed_when: False
check_mode: no
when: bind_chroot_set when: bind_chroot_set
- debug: - debug:
@ -117,5 +116,3 @@
force: yes force: yes
notify: restart bind notify: restart bind
when: bind_chroot_set when: bind_chroot_set