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