mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
just to get initial run. not function tested (nextcloud)
This commit is contained in:
parent
2a2c2ca75a
commit
d4cdf372d3
2 changed files with 10 additions and 1 deletions
|
@ -56,7 +56,8 @@
|
||||||
- "php{{ php_version }}-mysql"
|
- "php{{ php_version }}-mysql"
|
||||||
- "php{{ php_version }}-curl"
|
- "php{{ php_version }}-curl"
|
||||||
- "php{{ php_version }}-intl"
|
- "php{{ php_version }}-intl"
|
||||||
- "php{{ php_version }}-mcrypt"
|
# - "php{{ php_version }}-mcrypt"
|
||||||
|
- "mcrypt"
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
# we need to install the rpm in order to get the dependencies
|
# we need to install the rpm in order to get the dependencies
|
||||||
|
|
|
@ -40,6 +40,14 @@
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
|
||||||
|
- name: Install npm (ubuntu-18)
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: present
|
||||||
|
when: internet_available and is_ubuntu_18
|
||||||
|
with_items:
|
||||||
|
- npm
|
||||||
|
|
||||||
# attempting to reinstall npm is broken on Raspbian 9
|
# attempting to reinstall npm is broken on Raspbian 9
|
||||||
- name: Check for Sugarizer already installed
|
- name: Check for Sugarizer already installed
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue