---
galaxy_info:
  role_name: nodejs
  namespace: professormanhattan
  author: ProfessorManhattan
  description: Installs Node.js on nearly any platform
  company: Megabyte Labs
  issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/nodejs/-/issues
  license: license (MIT)
  min_ansible_version: 2.1
  platforms:
    - name: EL
      versions:
        - 6
        - 7
        - 8
    - name: Debian
      versions:
        - all
    - name: Ubuntu
      versions:
        - bionic
        - trusty
        - xenial
    - name: Windows
      versions:
        - all
  galaxy_tags:
    - ansible
    - development
    - install
    - installdoc
    - installdoctor
    - javascript
    - js
    - macos
    - mblabs
    - megabytelabs
    - molecule
    - node
    - nodejs
    - npm
    - professormanhattan
    - role
    - ubuntu
    - washingtondc
    - web
    - windows
dependencies:
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
