matirx: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 18:25:01 +01:00
parent b3b5129cc4
commit 64a557ab85
1 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@
apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main" apt_repository: repo="deb https://packages.matrix.org/debian/ {{ ansible_distribution_release }} main"
- name: Install matrix - name: Install matrix
apt: name={{ item }} apt:
with_items: name:
- matrix-synapse-py3 - matrix-synapse-py3
- postgresql - postgresql
- python-psycopg2 - python-psycopg2