Remove Python 2 packages

This commit is contained in:
Salt 2020-04-26 02:14:02 -05:00
parent bbdc136c11
commit 4b29609901
3 changed files with 2 additions and 7 deletions

View File

@ -15,7 +15,7 @@
packages:
- acl
- aptitude
- python-apt
- python3-apt
- vim
become: yes
- name: Configure MOTD

View File

@ -5,7 +5,7 @@
block:
- name: Install SSL-required packages
apt:
name: python-openssl
name: python3-openssl
- name: Set up PKI filesystem hierarchy
file:
path: "{{ item.dir }}"

View File

@ -13,11 +13,6 @@
- python3-boto3
- python3-botocore
- python3-setuptools
- python-pip
- python-boto
- python-boto
- python-botocore
- python-setuptools
become: true
- name: Install Ansible-required packages via pip
pip: