diff options
author | 2017-09-25 12:07:31 +0000 | |
---|---|---|
committer | 2017-09-25 12:07:31 +0000 | |
commit | d10f363ad146b3425701c2e088adbd7c88dddab3 (patch) | |
tree | 720816c1d63705750993d808c1864b77f2266a87 | |
parent | bc25086681c0bdd3ffc94ee6af478708a7dd8803 (diff) | |
parent | d17d0e9da4965963d268230b6c5b777ce17f3e71 (diff) |
Merge "bugfix: Correct the role in aio configure-opnfvhost.yml"
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index 5ef19326..535b14dc 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -12,6 +12,7 @@ remote_user: root vars_files: - ../var/opnfv.yml + roles: - { role: clone-repository, project: "openstack/openstack-ansible", repo: "{{ OPENSTACK_OSA_GIT_URL }}", dest: "{{ OPENSTACK_OSA_PATH }}", version: "{{ OPENSTACK_OSA_VERSION }}" } tasks: - name: bootstrap ansible on opnfv host |