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:
parent
646dae0f9e
commit
1dedccf626
3 changed files with 19 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue