We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4afd82 commit a6e0272Copy full SHA for a6e0272
tasks/configure.yml
@@ -7,8 +7,7 @@
7
dest: "{{ react_local_app_path }}/.env"
8
mode: 0644
9
delegate_to: localhost
10
- become: true
11
- become_user: "{{ react_local_user }}"
+ become: false
12
13
- name: Install Javascript requirements locally
14
yarn:
0 commit comments