diff --git a/tasks/configure.yml b/tasks/configure.yml index e337969..63bad8b 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -7,8 +7,7 @@ dest: "{{ react_local_app_path }}/.env" mode: 0644 delegate_to: localhost - become: true - become_user: "{{ react_local_user }}" + become: false - name: Install Javascript requirements locally yarn: