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: 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