diff --git a/tasks/main.yaml b/tasks/main.yaml index 10a4c6b..368eb2a 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -71,6 +71,11 @@ - block: + - name: Ensure target directory exists + file: + path: "{{ manifest_base }}" + state: directory + - name: copy puppet modules synchronize: src: "{{ mgmt_manifestpath }}"