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"
|
apt_repository: repo="deb https://packages.sury.org/php/ stretch main"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- php-redis
|
- php-redis
|
||||||
- php7.3
|
- php7.3
|
||||||
- php7.3-bcmath
|
- php7.3-bcmath
|
||||||
|
Loading…
Reference in New Issue
Block a user