aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-20 18:06:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-20 18:06:27 +0000
commit9fb58d57c61f563e3269263e044ca13c4e872ec6 (patch)
tree83e4923c13ddf70eb4ab76f0e0e4d1b3cc91c59f
parent7426db8cebd3fa564c0e2f8373476e34bbc67afa (diff)
parent868d7edb64b7e5e6448128ec36cafacff1cd68f4 (diff)
Merge "fix ansible inventory path"
Former-commit-id: 77a7bef4fbe7837b463290317277e465cc70b232
-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>