Skip to content

Commit 88c4b46

Browse files
include chdir arg for webpack command
Co-authored-by: Colin Copeland <copelco@caktusgroup.com>
1 parent eb43862 commit 88c4b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@
2626

2727
- name: cp webpack-stats.json webpack-stats-live.json
2828
command: cp webpack-stats.json webpack-stats-live.json
29+
args:
30+
chdir: "{{ source_dir }}"
2931
become_user: "{{ project_user }}"
3032
when: uses_webpack_loader

0 commit comments

Comments
 (0)