Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Feb 4, 2024
1 parent 27b7362 commit 64cfa4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- curl
- software-properties-common

- apt_key:
url: "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key"
state: present

- name: Add NodeSource repository
apt_repository:
repo: "deb https://deb.nodesource.com/node_20.x {{ ansible_distribution_release }} main"
Expand Down

0 comments on commit 64cfa4a

Please sign in to comment.