Fix: Do not install libnode-dev 95/134095/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Apr 2023 22:03:01 +0000 (15:03 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Apr 2023 22:03:01 +0000 (15:03 -0700)
It conflicts with the new nodejs install

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Icd866d90b0f36dc788762b1dfa6a38a1a4bb9468

packer/provision/local-docker.yaml

index c86f1e1..8859961 100644 (file)
       become: true
       when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '18.04'
 
-    - name: Install libnode-dev dep for npm
-      apt:
-        name: libnode-dev
-        update_cache: yes
-        state: fixed
-      become: true
-      when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04'
-
     - name: Install supporting packages (Ubuntu 18.04)
       apt:
         name: