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:
parent
67c7d38459
commit
4200c9660e
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue