use auto discovered python instead of legacy

This commit is contained in:
Markus 2021-06-03 15:14:55 +02:00
parent 3e1cdb6bf5
commit 7b1f998af2
8 changed files with 7 additions and 7 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
nocows = 1
remote_user = root

View File

@ -14,7 +14,7 @@
apt:
name:
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ drone_dbname }}

View File

@ -30,7 +30,7 @@
apt:
name:
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ gitea_dbname }}

View File

@ -34,7 +34,7 @@
- git
- nodejs
- postgresql
- python-psycopg2
- python3-psycopg2
- yarn
- name: Unpack hedgedoc

View File

@ -20,7 +20,7 @@
apt:
name:
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure icinga database
postgresql_db: name={{ icinga_dbname }}

View File

@ -14,7 +14,7 @@
name:
- matrix-synapse-py3
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0

View File

@ -39,7 +39,7 @@
- php7.4-xmlrpc
- php7.4-zip
- postgresql
- python-psycopg2
- python3-psycopg2
- name: Configure PostgreSQL database
postgresql_db: name={{ owncloud_dbname }}

View File

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