From fd0271e10e201be66fbeb4c870fce78fc9360be8 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Thu, 30 Dec 2021 13:33:08 +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 18c8942..8dde1ca 100644 --- a/local.yml +++ b/local.yml @@ -116,9 +116,9 @@ changed_when: updated_npm.rc != 0 - name: Remove temporary directory - file: - path: "{{ tmp_dir }}" - state: absent + file: + path: "{{ tmp_dir }}" + state: absent - name: Setup done rebooting become: true