diff --git a/CHANGELOG.md b/CHANGELOG.md index 494f78d2..af0eb67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The **patch** part changes incrementally at each release. * kvm-host: install kvm-tools package instead of copying add-vm.sh ### Fixed +* bind: chroot-bind.sh must not be executed in check mode * evoacme: fix module detection in apache config * mysql-oracle: fix configuration directory variable * php: fpm slowlog needs an absolute path diff --git a/bind/tasks/main.yml b/bind/tasks/main.yml index 1d190135..8fdf1692 100644 --- a/bind/tasks/main.yml +++ b/bind/tasks/main.yml @@ -81,7 +81,6 @@ command: "/root/chroot-bind.sh" register: chrootbind_run changed_when: False - check_mode: no when: bind_chroot_set - debug: @@ -117,5 +116,3 @@ force: yes notify: restart bind when: bind_chroot_set - -