From 1737a01c8649b503c64315278715e00ca9968117 Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Thu, 19 Oct 2023 18:09:09 -0700 Subject: [PATCH] remove node tools --- playbook.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 26dda52..bb94fca 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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 ...