1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-17 15:06:14 -04:00 committed by GitHub
parent c321f60117
commit 0a58c34000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
- php{{ php_version }}-cli
when: is_debuntu
- name: php-zip name (debian_9 or ubuntu)
- name: php-zip name (debian-9 or ubuntu)
package:
name: "php{{ php_version }}-zip"
when: is_debian_9 or is_ubuntu