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: packages:
- acl - acl
- aptitude - aptitude
- python-apt - python3-apt
- vim - vim
become: yes become: yes
- name: Configure MOTD - name: Configure MOTD

View File

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

View File

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