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