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