summaryrefslogtreecommitdiffstats
path: root/packer/provision/local-docker.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'packer/provision/local-docker.yaml')
-rw-r--r--packer/provision/local-docker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml
index 6f3b6f38e..7cc6623eb 100644
--- a/packer/provision/local-docker.yaml
+++ b/packer/provision/local-docker.yaml
@@ -206,7 +206,7 @@
- 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