From d17d0e9da4965963d268230b6c5b777ce17f3e71 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 25 Sep 2017 11:24:30 +0200 Subject: bugfix: Correct the role in aio configure-opnfvhost.yml Change-Id: Ie70800f6cbc07c505739a870be304d9153941dec Signed-off-by: Fatih Degirmenci --- xci/file/aio/configure-opnfvhost.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg