From b848d69be1d58d31429747ab3797cfcfe22fbd62 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Thu, 30 Dec 2021 13:33:50 +0100 Subject: [PATCH] testing without reboot --- local.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local.yml b/local.yml index 2d3da0a..294e8ba 100644 --- a/local.yml +++ b/local.yml @@ -15,9 +15,9 @@ tasks: - name: Creates temporary directory - file: - path: "{{ tmp_dir }}" - state: directory + file: + path: "{{ tmp_dir }}" + state: directory - name: get script to add repository nodejs become: true