Chore: Remove old ansible module
[ci-management.git] / packer / provision / local-builder.yaml
index b956885..21af013 100644 (file)
       become: true
       when: ansible_distribution == 'Ubuntu'
 
-    - name: Install python-tox and deps
-      pip:
-        name:
-          - tox
-          - tox-pyenv
-        state: present
-      become: true
-
     - name: Install Python 3.6 and packages
       apt:
         name: