It conflicts with the new nodejs install
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Icd866d90b0f36dc788762b1dfa6a38a1a4bb9468
       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: