summaryrefslogtreecommitdiff
path: root/roles/cloud-install/tasks/install_hcloud.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-05-25 02:41:17 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-05-25 02:41:17 +0200
commitf78431887542cd8c2184d47e0eb1fa89f5b340e9 (patch)
tree2806204a05c97a040a5da91497dfea732828cdfc /roles/cloud-install/tasks/install_hcloud.yml
parentmake output of some loops nicer (diff)
fix cloud-install role
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!