Merge "Fix: Do not install libnode-dev"
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Wed, 12 Apr 2023 22:09:59 +0000 (22:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 12 Apr 2023 22:09:59 +0000 (22:09 +0000)
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: