Limit the npm installation to Debian hosts only
This commit is contained in:
parent
85db46bbd8
commit
c17424b463
@ -133,8 +133,14 @@
|
|||||||
- autoconf
|
- autoconf
|
||||||
- libtool
|
- libtool
|
||||||
- tar
|
- tar
|
||||||
- npm
|
|
||||||
state: present
|
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
|
- name: Ensure Git is present in the host
|
||||||
package:
|
package:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user