From 0d2e7fd9ae4fb780fccc3c77577012dabed1356d Mon Sep 17 00:00:00 2001 From: muppeth Date: Fri, 10 May 2024 12:26:35 +0200 Subject: [PATCH] fixed wrong var name --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index e565b86..d8ca0e0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 \ No newline at end of file + state: latest