We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb43862 commit 88c4b46Copy full SHA for 88c4b46
tasks/main.yml
@@ -26,5 +26,7 @@
26
27
- name: cp webpack-stats.json webpack-stats-live.json
28
command: cp webpack-stats.json webpack-stats-live.json
29
+ args:
30
+ chdir: "{{ source_dir }}"
31
become_user: "{{ project_user }}"
32
when: uses_webpack_loader
0 commit comments