Downgrade Python packages

I guess??
This commit is contained in:
Salt 2020-02-06 00:43:43 -06:00
parent 4f0908b245
commit 34675072e8

View File

@ -8,10 +8,11 @@
name: "{{ packages }}"
vars:
packages:
- python3-pip
- python3-boto
- python3-boto3
- python3-botocore
- python-pip
- python-boto
- python-boto3
- python-botocore
- python-setuptools
- name: Install Ansible-required packages via pip
pip:
name: "{{ packages }}"