Merge "Make sure target manifest directory exists"
This commit is contained in:
commit
3bf4b22034
@ -74,6 +74,11 @@
|
||||
|
||||
- block:
|
||||
|
||||
- name: Ensure target directory exists
|
||||
file:
|
||||
path: "{{ manifest_base }}"
|
||||
state: directory
|
||||
|
||||
- name: copy puppet modules
|
||||
synchronize:
|
||||
src: "{{ mgmt_manifestpath }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user