web: use list instead of with_items
This commit is contained in:
parent
28c9d8ad3a
commit
d8ab59accc
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- php-fpm
|
- php-fpm
|
||||||
- php-ldap
|
- php-ldap
|
||||||
- php-sqlite3
|
- php-sqlite3
|
||||||
- php-xml
|
- php-xml
|
||||||
|
|
||||||
- name: Create vhost directory
|
- name: Create vhost directory
|
||||||
file: path=/var/www/kitchen state=directory owner=www-data group=www-data
|
file: path=/var/www/kitchen state=directory owner=www-data group=www-data
|
||||||
|
Loading…
Reference in New Issue
Block a user