bk-dss: change apt to new syntax
This commit is contained in:
parent
c4101bc585
commit
38bd0328b7
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- git
|
- git
|
||||||
- python3-flask
|
- python3-flask
|
||||||
- python3-flaskext.wtf
|
- python3-flaskext.wtf
|
||||||
- python3-passlib
|
- python3-passlib
|
||||||
- python3-pyldap
|
- python3-pyldap
|
||||||
- python3-redis
|
- python3-redis
|
||||||
- redis-server
|
- redis-server
|
||||||
- uwsgi
|
- uwsgi
|
||||||
- uwsgi-plugin-python3
|
- uwsgi-plugin-python3
|
||||||
|
|
||||||
- name: Install bk-dss
|
- name: Install bk-dss
|
||||||
git: repo=https://git.binary-kitchen.de/moepman/bk-dss.git dest=/opt/bk-dss depth=1 version={{ dss_version }}
|
git: repo=https://git.binary-kitchen.de/moepman/bk-dss.git dest=/opt/bk-dss depth=1 version={{ dss_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user