From 2f5df17845c9dbcf012d04860bcbef0dc751bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20C=C3=A9spedes=20Ortiz?= Date: Tue, 26 Mar 2024 20:32:55 -0600 Subject: [PATCH] ci: create docs folder --- .ansible-ci/docs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ansible-ci/docs.yml b/.ansible-ci/docs.yml index 26e8dd9..1d1cfa0 100644 --- a/.ansible-ci/docs.yml +++ b/.ansible-ci/docs.yml @@ -6,6 +6,12 @@ docs_path: "{{ playbook_dir }}/../docs/" readme_path: "{{ docs_path }}/README.md" tasks: + - name: create docs folder + file: + path: "{{ docs_path }}" + state: directory + mode: '0755' + - name: generate docs main readme template: src: README.md.j2