Merge "Install python-tox for docker"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 10 Aug 2018 02:54:40 +0000 (02:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 10 Aug 2018 02:54:40 +0000 (02:54 +0000)
packer/provision/local-docker.yaml

index 3290c10..db2d797 100644 (file)
@@ -38,3 +38,9 @@
         name: libxml2-utils
         state: present
       become: true
+
+    - name: Install python-tox
+      apt:
+        name: python-tox
+        state: present
+      become: true