Remove Python 2 packages
This commit is contained in:
parent
bbdc136c11
commit
4b29609901
@ -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
|
||||||
|
@ -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 }}"
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user