ansible-roles/nodejs/templates/nodesource.sources.j2

8 lines
214 B
Plaintext
Raw Normal View History

2023-03-19 11:44:53 +01:00
# {{ ansible_managed }}
Types: deb
URIs: https://deb.nodesource.com/{{ nodejs_apt_version }}
Suites: {{ ansible_distribution_release }}
Components: main
Signed-by: {{ apt_keyring_dir }}/nodesource.asc
Enabled: yes