From 1793cf1428ff7969b5f8913a6bfa658630fcdff9 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 19 Sep 2022 13:10:49 -0700 Subject: [PATCH] Chore: Remove old ansible module 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 Change-Id: Ic0f298afbd52b5d8c8deb42861b25c37cebc417a --- packer/provision/local-builder.yaml | 8 -------- packer/provision/local-docker.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml index b9568850e..21af01364 100644 --- a/packer/provision/local-builder.yaml +++ b/packer/provision/local-builder.yaml @@ -19,14 +19,6 @@ 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: diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml index f48355f0b..32aa2c307 100644 --- a/packer/provision/local-docker.yaml +++ b/packer/provision/local-docker.yaml @@ -61,14 +61,6 @@ 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 -- 2.16.6