I guess we're installing both versions of pip and boto

This commit is contained in:
Salt 2020-02-06 00:59:21 -06:00
parent e707695692
commit 65ae3dd958

View File

@ -8,6 +8,11 @@
name: "{{ packages }}"
vars:
packages:
- python3-pip
- python3-boto
- python3-boto3
- python3-botocore
- python3-setuptools
- python-pip
- python-boto
- python-boto3