Skip to content

Commit

Permalink
remove node tools
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Oct 20, 2023
1 parent 500f385 commit 1737a01
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,26 +360,5 @@
state: absent
remove: yes

-
hosts: localhost
connection: local

tasks:
- name: Download source setup
get_url:
url: https://deb.nodesource.com/setup_17.x
dest: /root/nodesource_setup.sh
mode: 0700

- name: Set Node source in apt
shell:
cmd: /root/nodesource_setup.sh
executable: /bin/bash

- name: Apt install NodeJS
apt:
name: nodejs
update_cache: yes

# Three dots indicate the end of a YAML document
...

0 comments on commit 1737a01

Please sign in to comment.