From 0c8d5179fe1a8957d5c6d9a0ba36d1324f0923ae Mon Sep 17 00:00:00 2001 From: "Agarwal, Ruchira(ra1926)" Date: Wed, 19 Sep 2018 19:56:39 +0000 Subject: [PATCH] fix ansible inventory path Change ansible inventory path to have ccsdk instead of sdnc in path Change-Id: I15134d807168b75182eed6883f50a79594001e45 Issue-ID: CCSDK-586 Signed-off-by: Agarwal, Ruchira(ra1926) --- installation/ansible-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index e5e78019..593c5aee 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -88,7 +88,7 @@ validate - ${basedir}/target/docker-stage/opt/onap/sdnc/Playbooks + ${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks src/main/yml -- 2.16.6