summaryrefslogtreecommitdiff
path: root/roles/cloud-install/tasks/install_hcloud.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cloud-install/tasks/install_hcloud.yml')
-rw-r--r--roles/cloud-install/tasks/install_hcloud.yml2
1 files changed, 1 insertions, 1 deletions
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!