Debug ansible docker issue 52/77652/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 31 Jan 2019 15:10:04 +0000 (10:10 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 31 Jan 2019 15:10:04 +0000 (10:10 -0500)
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>
ansible-server/pom.xml

index cccc7d0..5d9d5d7 100644 (file)
@@ -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>