1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-11-05 01:46:47 -04:00 committed by GitHub
parent ff378c4933
commit 0ad88a3368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
tags:
- download
- name: Ubuntu and Debian treat names differently (debian)
- name: Ubuntu and Debian treat names differently (Debian)
package: name={{ item }} state=present
with_items:
- libapache2-mod-php{{ php_version }}
@ -24,7 +24,7 @@
- php{{ php_version }}-zip
when: is_debian
- name: Ubuntu and Debian treat names differently (ubuntu)
- name: Ubuntu and Debian treat names differently (Ubuntu)
package: name={{ item }} state=present
with_items:
- libapache2-mod-php