Remove Python 2 packages
This commit is contained in:
parent
bbdc136c11
commit
4b29609901
@ -15,7 +15,7 @@
|
||||
packages:
|
||||
- acl
|
||||
- aptitude
|
||||
- python-apt
|
||||
- python3-apt
|
||||
- vim
|
||||
become: yes
|
||||
- name: Configure MOTD
|
||||
|
@ -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 }}"
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user