summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tasks/persistent_cloud.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml
index 2ba1c2365..8d7275bba 100644
--- a/tasks/persistent_cloud.yml
+++ b/tasks/persistent_cloud.yml
@@ -28,9 +28,6 @@
register: nova_result
when: host_is_up|failed
-- name: Include SSH config
- include_role: name=basessh
-
# instance can be both id and name, volume must be id
# volume must be id
#
@@ -107,3 +104,5 @@
# # poll: 5
# ignore_errors: True
#
+- name: Include SSH config
+ include_role: name=basessh