Fixed with_items for packages
This commit is contained in:
parent
a096ab4099
commit
661abbdece
@ -20,14 +20,14 @@
|
|||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- php-fpm
|
- php-fpm
|
||||||
- php-curl
|
- php-curl
|
||||||
- php-xml
|
- php-xml
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-mbstring
|
- php-mbstring
|
||||||
- php-zip
|
- php-zip
|
||||||
- php-mysql
|
- php-mysql
|
||||||
- php-pgsql
|
- php-pgsql
|
||||||
- php-bz2
|
- php-bz2
|
||||||
- php-redis
|
- php-redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user