Created
November 18, 2017 04:22
-
-
Save kmurudi/e09b866abdd47c14e0bd9230ba57c8a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - 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