roles/node/tasks/main.yml in taperole-1.6.0 vs roles/node/tasks/main.yml in taperole-1.7.0

- old
+ new

@@ -9,10 +9,11 @@ state: installed when: not apt_https_transport.stat.exists - name: Import the NodeSource GPG key into apt apt_key: - url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key + url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280 + id: "68576280" state: present - name: Add NodeSource deb repository apt_repository: repo: 'deb https://deb.nodesource.com/node_{{ nodejs_version }} {{ ansible_distribution_release }} main'