1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Ansible_Project/roles/nodejs/meta/main.yml

22 lines
318 B
YAML
Raw Permalink Normal View History

2022-05-02 17:37:08 +02:00
galaxy_info:
2022-05-17 15:45:42 +02:00
author: Florian Charlaix
description: Install NodeJS and NPM
company: IUT Lyon 1 la Doua
2022-05-02 17:37:08 +02:00
2022-05-17 15:45:42 +02:00
license: None
2022-05-02 17:37:08 +02:00
min_ansible_version: 2.1
2022-05-17 15:45:42 +02:00
platforms:
- name: Debian
versions:
- 11
- 12
- name: Ubuntu
versions:
- 20.04.4
2022-05-02 17:37:08 +02:00
galaxy_tags: []
dependencies: []