add archlinux installation methods
This commit is contained in:
@@ -6,17 +6,21 @@
|
||||
## Methods: system
|
||||
## Helpers: -
|
||||
---
|
||||
- name: Set nodejs default facts
|
||||
- name: Set nodejs default facts # {{{
|
||||
ansible.builtin.set_fact:
|
||||
nodejs:
|
||||
methods:
|
||||
- system
|
||||
pkgname:
|
||||
Archlinux:
|
||||
- nodejs
|
||||
- npm
|
||||
RedHat:
|
||||
- nodejs
|
||||
FreeBSD:
|
||||
- node
|
||||
- npm
|
||||
# }}}
|
||||
- name: Configure nodejs
|
||||
when:
|
||||
- "'nodejs' not in __configured"
|
||||
|
||||
Reference in New Issue
Block a user