From 77aeb605443e56a412f252016a1bd5e9b5ca2466 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 21 Aug 2018 18:46:16 +0200 Subject: [PATCH] bind: chroot-bind.sh must not be executed in check mode --- CHANGELOG.md | 1 + bind/tasks/main.yml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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 - -