summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-31 10:10:04 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-31 10:10:04 -0500
commitf3129a229e7465d6995989710adf245848d7ce19 (patch)
tree4723a7910763c1ffcec373d5db9f6f6cb4a1bc7e
parent72d081256d30e5591a21298d117810062eadfd3d (diff)
Debug ansible docker issue
Debug ansible docker install issue by turning on verbose logging. Change-Id: I9b032f459c1d2a4f798417b53dfc9957d510e37a Issue-ID: INT-816 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--ansible-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index cccc7d04..5d9d5d72 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -22,6 +22,7 @@
<ccsdk.distribution.version>${project.version}</ccsdk.distribution.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+ <docker.verbose>true</docker.verbose>
</properties>