fixed wrong var name

This commit is contained in:
muppeth 2024-05-10 12:26:35 +02:00
parent dee64816bd
commit 0d2e7fd9ae
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
- name: '[INSTALL] - Add repository for nodejs'
apt_repository:
repo: deb https://deb.nodesource.com/node_{{ etherpad_nodejs_version }}.x nodistro main
repo: deb https://deb.nodesource.com/node_{{ nodejs_version }}.x nodistro main
state: present
update_cache: yes
filename: 'nodesource'
@ -16,4 +16,4 @@
apt:
name: "{{ nodejs_apt }}"
update_cache: yes
state: latest
state: latest