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] [defaults]
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time. 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 inventory = ./hosts
library = ./library library = ./library
nocows = 1 nocows = 1

View File

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

View File

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

View File

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