nextcloud: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 21:35:15 +01:00
parent 4e87db5364
commit 8ef5789f4a
1 changed files with 29 additions and 29 deletions

View File

@ -10,8 +10,8 @@
apt_repository: repo="deb https://packages.sury.org/php/ stretch main"
- name: Install packages
apt: name={{ item }}
with_items:
apt:
name:
- php-redis
- php7.3
- php7.3-bcmath