Skip to content

Commit af064ab

Browse files
jsf9kmcdonnnj
authored andcommitted
Stop installing Python and pip in the Molecule prepare.yml playbook
Python and pip should instead be listed as dependencies in roles that require them.
1 parent 0c34614 commit af064ab

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)