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

nextcloud repo errors ubuntu<->debian, dokuwiki changes

This commit is contained in:
George Hunt 2017-06-19 19:06:50 -07:00 committed by georgejhunt
parent 646dae0f9e
commit 1dedccf626
3 changed files with 19 additions and 8 deletions

View file

@ -16,19 +16,30 @@
tags:
- download
- name: Install list of packages for debuntu
- name: ubuntu and debian treat names differently
package: name={{ item }} state=present
with_items:
- libapache2-mod-php5
when: is_debian
- name: ubuntu and debian treat names differently
package: name={{ item }} state=present
with_items:
- libapache2-mod-php
- php-imagick
- php-zip
- php-mbstring
when: is_ubuntu
- name: Install list of packages for debuntu
package: name={{ item }} state=present
with_items:
- php{{ php_version }}-gd
- php{{ php_version }}-json
- php{{ php_version }}-mysql
- php{{ php_version }}-curl
- php{{ php_version }}-intl
- php{{ php_version }}-mcrypt
- php-imagick
- php-zip
- php-mbstring
when: is_debuntu
- name: Install list of packages