mirror of https://github.com/fspc/workstand.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
389 B
14 lines
389 B
---
|
|
- name: install common packages needed for Python application development with PostgreSQL
|
|
action: apt update_cache=yes pkg={{ item }} state=installed
|
|
with_items:
|
|
- python3-dev
|
|
- python3-psycopg2
|
|
- python3-setuptools
|
|
- python3-pip
|
|
- libpq-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
|
|
#- name: install superlance (supervisor plugins)
|
|
# action: pip3 name=superlance
|
|
|