fix ansible inventory path
authorAgarwal, Ruchira(ra1926) <ra1926@att.com>
Wed, 19 Sep 2018 19:56:39 +0000 (19:56 +0000)
committerAgarwal, Ruchira(ra1926) <ra1926@att.com>
Wed, 19 Sep 2018 19:56:39 +0000 (19:56 +0000)
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>
installation/ansible-server/pom.xml

index e5e7801..593c5ae 100644 (file)
@@ -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>