diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-16 17:40:53 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-16 17:40:53 +0000 |
commit | 0f68548855802e18a3ce216f307c974ab204a7eb (patch) | |
tree | 7faf2dc9664ebf8cbad9e28b663e3fb78991dcff | |
parent | e43e0e06b17788709d2919618efef3cefeae9e40 (diff) | |
download | ansible-0f68548855802e18a3ce216f307c974ab204a7eb.tar.gz ansible-0f68548855802e18a3ce216f307c974ab204a7eb.tar.xz ansible-0f68548855802e18a3ce216f307c974ab204a7eb.zip |
Deploy SSH config to all persistent cloud
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | tasks/persistent_cloud.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index bd8894dfe..a0e21b148 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -28,8 +28,8 @@ register: nova_result when: host_is_up|failed -- name: Put in SSH cert - include: "{{ ansible_base }}/ansible/roles/base/tasks/sshcerts.yml" +- name: Deploy SSH config + include_role: basessh # instance can be both id and name, volume must be id # volume must be id |