diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-15 16:21:00 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-15 16:21:00 +0000 |
commit | bc31ff475a5997553ae532226839b9944a1e056c (patch) | |
tree | 02eaf6ec7058e502f7a4025da76d7012914c0b16 | |
parent | 675ceea37c5e439a6b16311ae4e973d26907407c (diff) | |
download | ansible-bc31ff475a5997553ae532226839b9944a1e056c.tar.gz ansible-bc31ff475a5997553ae532226839b9944a1e056c.tar.xz ansible-bc31ff475a5997553ae532226839b9944a1e056c.zip |
Get from the right path
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | tasks/persistent_cloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index 7dd43671b..bd8894dfe 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -29,7 +29,7 @@ when: host_is_up|failed - name: Put in SSH cert - include: "{{ ansible }}/roles/base/tasks/sshcerts.yml" + include: "{{ ansible_base }}/ansible/roles/base/tasks/sshcerts.yml" # instance can be both id and name, volume must be id # volume must be id |