From f78431887542cd8c2184d47e0eb1fa89f5b340e9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 25 May 2019 02:41:17 +0200 Subject: fix cloud-install role --- roles/cloud-install/tasks/install_hcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/cloud-install/tasks/install_hcloud.yml') diff --git a/roles/cloud-install/tasks/install_hcloud.yml b/roles/cloud-install/tasks/install_hcloud.yml index a4c61c0f..455d832e 100644 --- a/roles/cloud-install/tasks/install_hcloud.yml +++ b/roles/cloud-install/tasks/install_hcloud.yml @@ -22,7 +22,7 @@ - name: do not continue in check mode fail: msg: "can not bootstrap new servers in check mode" - when: ansible_check_mode + when: ansible_check_mode | bool check_mode: no ### TODO: for now we add all ssh keys that are installed for this project - this might not be a good idea! -- cgit v1.2.3