nextcloud: use list instead of with_items
This commit is contained in:
parent
4e87db5364
commit
8ef5789f4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user