forked from infra/ansible
matirx: use list instead of with_items
This commit is contained in:
parent
b3b5129cc4
commit
64a557ab85
@ -10,11 +10,11 @@
|
||||
apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
|
||||
|
||||
- name: Install matrix
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
- matrix-synapse-py3
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
apt:
|
||||
name:
|
||||
- matrix-synapse-py3
|
||||
- postgresql
|
||||
- python-psycopg2
|
||||
|
||||
- name: Configure PostgreSQL database
|
||||
postgresql_db: name={{ matrix_dbname }} lc_collate=C lc_ctype=C template=template0
|
||||
|
Loading…
Reference in New Issue
Block a user