mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
debug conditionals: ubuntu-18 -> is_ubuntu_18
This commit is contained in:
parent
8c90159737
commit
6313837c1b
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- name: Set up Node.js 6.x apt sources (debuntu)
|
||||
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)
|
||||
package:
|
||||
|
@ -29,7 +29,7 @@
|
|||
state: latest
|
||||
# package: name=nodejs=6.*
|
||||
# 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)
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue