Create local output dirs locally
We don't want to create local dirs on the remote host, we want to create them on the executor. Change-Id: I726473420a42519b0dc5db820c81ac2ec39d15cc
This commit is contained in:
parent
3cc88dfb55
commit
33d788fcda
@ -9,6 +9,7 @@
|
||||
when: log_path is not defined
|
||||
|
||||
- name: Ensure local output dirs
|
||||
delegate_to: localhost
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
|
Loading…
Reference in New Issue
Block a user