Fixed with_items for packages

This commit is contained in:
Corbin Bartsch 2022-04-10 17:13:38 -04:00
parent a096ab4099
commit 661abbdece
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -20,14 +20,14 @@
ansible.builtin.package:
name: "{{ item }}"
state: present
with_items:
- php-fpm
- php-curl
- php-xml
- php-gd
- php-mbstring
- php-zip
- php-mysql
- php-pgsql
- php-bz2
- php-redis
with_items:
- php-fpm
- php-curl
- php-xml
- php-gd
- php-mbstring
- php-zip
- php-mysql
- php-pgsql
- php-bz2
- php-redis