1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #766 from holta/sugarizer-u18

Sugarizer on Ubuntu 18.04 conditionals: ubuntu-18 -> is_ubuntu_18
This commit is contained in:
A Holt 2018-04-30 11:58:42 -04:00 committed by GitHub
commit a054639f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
- name: Set up Node.js 6.x apt sources (debuntu) - name: Set up Node.js 6.x apt sources (debuntu)
shell: curl -sL https://deb.nodesource.com/setup_6.x | bash - shell: curl -sL https://deb.nodesource.com/setup_6.x | bash -
when: internet_available and is_debuntu and not ubuntu-18 when: internet_available and is_debuntu and not is_ubuntu_18
- name: Install latest Node.js which includes /usr/bin/npm (debuntu) - name: Install latest Node.js which includes /usr/bin/npm (debuntu)
package: package:
@ -29,7 +29,7 @@
state: latest state: latest
# package: name=nodejs=6.* # package: name=nodejs=6.*
# state=present # state=present
when: internet_available and is_debuntu and not ubuntu-18 when: internet_available and is_debuntu and not is_ubuntu_18
- name: Install npm (OS's other than debuntu) - name: Install npm (OS's other than debuntu)
package: package: