summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-21 23:56:01 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-21 23:56:01 +0000
commit920cc15e4aef1a88036348ccc2d68cb2f06abce9 (patch)
tree12186fca7ae43094eee75f78f2758b1ae0201c2c
parent7afb60a8c415fbe9d117e39465c26e5c28741260 (diff)
downloadansible-920cc15e4aef1a88036348ccc2d68cb2f06abce9.tar.gz
ansible-920cc15e4aef1a88036348ccc2d68cb2f06abce9.tar.xz
ansible-920cc15e4aef1a88036348ccc2d68cb2f06abce9.zip
mobe basessh role to the end
-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