1
0
Fork 0
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:
George Hunt 2018-04-27 03:54:27 +00:00
parent 2a2c2ca75a
commit d4cdf372d3
2 changed files with 10 additions and 1 deletions

View file

@ -40,6 +40,14 @@
- nodejs
- 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
- name: Check for Sugarizer already installed
stat: