Skip to content

Commit

Permalink
idk key doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Feb 4, 2024
1 parent 64cfa4a commit 1b899c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Add NodeSource repository
apt_repository:
repo: "deb https://deb.nodesource.com/node_20.x {{ ansible_distribution_release }} main"
repo: "deb [trusted=yes] https://deb.nodesource.com/node_20.x {{ ansible_distribution_release }} main"
state: present
update_cache: yes
filename: nodesource
Expand Down

0 comments on commit 1b899c1

Please sign in to comment.