Skip to content

Commit

Permalink
Merge pull request #1 from aairey/aairey-patch-2
Browse files Browse the repository at this point in the history
fix(nodejs-plugin): Integrity check removed
  • Loading branch information
aairey committed Jul 13, 2022
2 parents 4a4718e + 60b58ba commit 09421af
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tasks/plugins/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,3 @@
until: yum_nodejs_result is succeeded
become: True
when: ansible_os_family == "RedHat"

- name: "create keyring for Node.js keys"
file:
path: "{{ asdf_nodejs_keyring }}"
state: directory
owner: "{{ asdf_user }}"
group: "{{ asdf_group }}"
mode: 0700
become: True
become_user: "{{ asdf_user }}"
when: import_keyring_binary.stat.exists

- name: "import Node.js keys to keyring"
command: "bash -lc '{{ asdf_dir }}/plugins/nodejs/bin/import-release-team-keyring'"
args:
creates: "{{ asdf_nodejs_keyring }}/pubring.gpg"
environment:
GNUPGHOME: "{{ asdf_nodejs_keyring }}"
become: True
become_user: "{{ asdf_user }}"
when: import_keyring_binary.stat.exists

0 comments on commit 09421af

Please sign in to comment.