From 948c9a5d8d9aeb44db847b8ef8104aa21cbda1fd Mon Sep 17 00:00:00 2001 From: f Date: Sat, 3 Sep 2022 15:19:04 -0300 Subject: [PATCH] create docker directory --- tasks/post_install.yml | 4 ++++ 1 file changed, 4 insertions(+) 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"