Chore: Remove old ansible module 15/131015/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 19 Sep 2022 20:10:49 +0000 (13:10 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 19 Sep 2022 20:10:49 +0000 (13:10 -0700)
This code seems to be old and should not be needed since
the python install role should be all that is needed.

Additional pip packages needed by the projects need to be
added to their requirements file.

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ic0f298afbd52b5d8c8deb42861b25c37cebc417a

packer/provision/local-builder.yaml
packer/provision/local-docker.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:
index f48355f..32aa2c3 100644 (file)
       become: true
       when: ansible_distribution == 'Ubuntu'
 
-    - name: Install python-tox and deps
-      pip:
-        name:
-          - tox
-          - tox-pyenv
-        state: present
-      become: true
-
     - apt_repository:
         repo: ppa:deadsnakes/ppa
         state: present