Merge "Make sure target manifest directory exists"

This commit is contained in:
Zuul 2018-08-17 20:44:43 +00:00 committed by Gerrit Code Review
commit 3bf4b22034
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@
- block:
- name: Ensure target directory exists
file:
path: "{{ manifest_base }}"
state: directory
- name: copy puppet modules
synchronize:
src: "{{ mgmt_manifestpath }}"