forked from FF-RGB/ansible
use auto discovered python instead of legacy
This commit is contained in:
parent
6cf940b71f
commit
4da5ac5ab6
@ -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
|
||||
|
@ -14,4 +14,4 @@
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- python-docker
|
||||
- python3-docker
|
||||
|
@ -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:
|
||||
|
@ -6,7 +6,6 @@
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
name:
|
||||
- python-setuptools
|
||||
- python3-setuptools
|
||||
- virtualenv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user