Skip to content

Commit 9bbd8bb

Browse files
authored
Merge pull request #118 from cisagov/improvement/remove-automatic-installation-of-python-and-pip
Stop installing Python and pip in the Molecule prepare.yml playbook
2 parents 0c34614 + af064ab commit 9bbd8bb

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

molecule/default/prepare.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
---
22
- name: Import upgrade playbook
33
ansible.builtin.import_playbook: upgrade.yml
4-
5-
- name: Import python playbook
6-
ansible.builtin.import_playbook: python.yml

molecule/default/python.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

molecule/default/requirements.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
---
2-
- src: https://github.com/cisagov/ansible-role-pip
3-
name: pip
4-
- src: https://github.com/cisagov/ansible-role-python
5-
name: python
6-
- src: https://github.com/cisagov/ansible-role-remove-python2
7-
name: remove_python2
82
- src: https://github.com/cisagov/ansible-role-upgrade
93
name: upgrade

0 commit comments

Comments
 (0)