1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-28 02:44:52 -04:00 committed by GitHub
parent 67c7d38459
commit 4200c9660e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
- name: Install Apache's required packages (debian)
package:
name: [u'apache2', u'php{{ php_version }}', u'php{{ php_version }}-curl']
#name: [u'apache2', u'php{{ php_version }}', u'php{{ php_version }}-curl']
name:
- apache2
- "php{{ php_version }}"
- "php{{ php_version }}-curl"
state: present
when: is_debian
tags: