mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
15 lines
389 B
YAML
15 lines
389 B
YAML
---
|
|
- 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
|