diff --git a/meta/main.yml b/meta/main.yml index 373893e..41042a6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: description: Install Node.js and NPM company: Future500 license: LGPL-3.0 - min_ansible_version: 1.4 + min_ansible_version: "1.4" platforms: - name: Debian versions: @@ -16,7 +16,7 @@ galaxy_info: - precise - trusty - xenial - categories: + galaxy_tags: - web - system - packaging diff --git a/tasks/main.yml b/tasks/main.yml index 073fb47..060433a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,7 @@ --- - name: Add the nodesource.com trusted key - ansible.builtin.url: + ansible.builtin.get_url: url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280 dest: /etc/apt/trusted.gpg.d/nodesource.gpg mode: 0644