use auto discovered python instead of legacy

This commit is contained in:
Markus 2021-06-08 21:17:45 +02:00
parent 6cf940b71f
commit 4da5ac5ab6
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,6 @@
[defaults]
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
interpreter_python = auto
inventory = ./hosts
library = ./library
nocows = 1

View File

@ -14,4 +14,4 @@
- docker-ce
- docker-ce-cli
- containerd.io
- python-docker
- python3-docker

View File

@ -15,7 +15,7 @@
- libssl-dev
- libxml2-dev
- libxslt1-dev
- python-setuptools
- python3-setuptools
- python3-dev
- python3-pip
- python3-venv
@ -25,7 +25,7 @@
apt:
name:
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure PostgreSQL database
postgresql_db:

View File

@ -6,7 +6,6 @@
- name: Install dependencies
apt:
name:
- python-setuptools
- python3-setuptools
- virtualenv