diff --git a/tasks/post_install.yml b/tasks/post_install.yml index 00ab42e..cb81646 100644 --- a/tasks/post_install.yml +++ b/tasks/post_install.yml @@ -1,4 +1,8 @@ --- +- name: "Create directories." + file: + state: "directory" + path: "/mnt/etc/docker" - name: "Install configuration files." template: src: "templates{{ item }}.j2"