Skip to content

Commit

Permalink
[Refactor] Remove become user and set become false Copy envs vars fil…
Browse files Browse the repository at this point in the history
…e locally task
  • Loading branch information
JohnMwashuma committed Mar 1, 2024
1 parent e4afd82 commit a6e0272
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6e0272

Please sign in to comment.