forked from infra/ansible
partdb: use list instead of with_items
This commit is contained in:
parent
0ea7576e80
commit
3db745797a
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- php7.3-fpm
|
- php7.3-fpm
|
||||||
- php7.3-ldap
|
- php7.3-ldap
|
||||||
- php7.3-mysql
|
- php7.3-mysql
|
||||||
- php7.3-opcache
|
- php7.3-opcache
|
||||||
- php7.3-sqlite3
|
- php7.3-sqlite3
|
||||||
- php7.3-xml
|
- php7.3-xml
|
||||||
|
|
||||||
- name: Create vhost directory
|
- name: Create vhost directory
|
||||||
file: path=/var/www/partdb state=directory owner=www-data group=www-data
|
file: path=/var/www/partdb state=directory owner=www-data group=www-data
|
||||||
|
Loading…
Reference in New Issue
Block a user