Limit the npm installation to Debian hosts only
This commit is contained in:
parent
85db46bbd8
commit
c17424b463
@ -133,9 +133,15 @@
|
||||
- autoconf
|
||||
- libtool
|
||||
- tar
|
||||
- npm
|
||||
state: present
|
||||
|
||||
- name: Explicitly installing npm for Debian hosts
|
||||
package:
|
||||
name: npm
|
||||
state: present
|
||||
when:
|
||||
- ansible_distribution == "Debian"
|
||||
|
||||
- name: Ensure Git is present in the host
|
||||
package:
|
||||
name: git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user