aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/pom.xml
diff options
context:
space:
mode:
authorAgarwal, Ruchira(ra1926) <ra1926@att.com>2018-09-19 19:56:39 +0000
committerAgarwal, Ruchira(ra1926) <ra1926@att.com>2018-09-19 19:56:39 +0000
commit868d7edb64b7e5e6448128ec36cafacff1cd68f4 (patch)
treebfc2aa25c78dfce5f67205983dc81a9446242dc4 /installation/ansible-server/pom.xml
parentcf1e86c9cd25d5fc522de4150f3861e7f0f0db6b (diff)
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) <ra1926@att.com> Former-commit-id: 0c8d5179fe1a8957d5c6d9a0ba36d1324f0923ae
Diffstat (limited to 'installation/ansible-server/pom.xml')
-rw-r--r--installation/ansible-server/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
</goals><!-- here the phase you need -->
<phase>validate</phase>
<configuration>
- <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/Playbooks</outputDirectory>
+ <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks</outputDirectory>
<resources>
<resource>
<directory>src/main/yml</directory>