Skip to content

Instantly share code, notes, and snippets.

@kmurudi
Created November 18, 2017 04:22
Show Gist options
  • Select an option

  • Save kmurudi/e09b866abdd47c14e0bd9230ba57c8a9 to your computer and use it in GitHub Desktop.

Select an option

Save kmurudi/e09b866abdd47c14e0bd9230ba57c8a9 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
become: yes
tasks:
- name: Install nodejs
apt:
name: nodejs-legacy
state: present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment