Fix: change state of nodejs repository step 74/134174/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 14 Apr 2023 16:54:50 +0000 (09:54 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 14 Apr 2023 16:54:50 +0000 (09:54 -0700)
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ib99fc82f5c5ecec56f0b4a98820d9aa8eacdf43d

packer/provision/local-docker.yaml

index 6f3b6f3..7cc6623 100644 (file)
         - name: add nodejs repository
           apt_repository:
             repo: deb https://deb.nodesource.com/node_19.x {{ ansible_distribution_release }} main
-            state: latest
+            state: present
             update_cache: yes
           become: true
         - name: install nodejs