mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
no libapach2 in centos. just php. no php-magick in centos
This commit is contained in:
parent
42e182bb1d
commit
580dcdafa7
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
- download
|
||||
|
||||
- name: Install list of packages for debuntu
|
||||
apt: name={{ item }} state=installed
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- libapache2-mod-php5
|
||||
- php{{ php_version }}-gd
|
||||
|
@ -30,16 +30,17 @@
|
|||
when: is_debuntu
|
||||
|
||||
- name: Install list of packages
|
||||
apt: name={{ item }} state=installed
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- libapache2-mod-php5
|
||||
- php
|
||||
- php-gd
|
||||
- php-json
|
||||
- php-mysql
|
||||
- php-curl
|
||||
- php-intl
|
||||
- php-mcrypt
|
||||
- php-imagick
|
||||
# centos does not have a package for php-imagick
|
||||
# - php-imagick
|
||||
when: is_redhat
|
||||
|
||||
- name: Copy it to permanent location /opt
|
||||
|
|
|
@ -5,7 +5,6 @@ dns_user: bind
|
|||
proxy: squid3
|
||||
proxy_user: proxy
|
||||
apache_service: apache2
|
||||
apache_user: apache
|
||||
apache_config_dir: apache2/sites-available
|
||||
apache_data: www-data
|
||||
apache_log_dir: /var/log/apache2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue