summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2022-09-19 13:10:49 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2022-09-19 13:10:49 -0700
commit1793cf1428ff7969b5f8913a6bfa658630fcdff9 (patch)
tree56ee79c10b97b8ef852d8f0a71a382ce1731f00d /packer
parent11143275c42d7f39b07fa1abc3b65884bd4eedce (diff)
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 <jwagantall@linuxfoundation.org> Change-Id: Ic0f298afbd52b5d8c8deb42861b25c37cebc417a
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/local-builder.yaml8
-rw-r--r--packer/provision/local-docker.yaml8
2 files changed, 0 insertions, 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