Skip to content

Commit

Permalink
Ensure that the Nodesource key import does not get stuck (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron authored Feb 8, 2024
2 parents aad94e5 + 86a110e commit 0ac1479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/roles/infra/node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mode: "755"

- name: Download and import the Nodesource GPG key
ansible.builtin.shell: set -o pipefail && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
ansible.builtin.shell: set -o pipefail && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --yes --dearmor -o /etc/apt/keyrings/nodesource.gpg
args:
executable: /bin/bash

Expand Down

0 comments on commit 0ac1479

Please sign in to comment.