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>
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index cccc7d0..5d9d5d7 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>