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:
Monty Taylor 2019-01-05 15:53:04 +00:00
parent 3cc88dfb55
commit 33d788fcda
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
when: log_path is not defined
- name: Ensure local output dirs
delegate_to: localhost
file:
path: "{{ item }}"
state: directory