Skip to content

Commit

Permalink
ci: create docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jobcespedes committed Mar 27, 2024
1 parent bdc94eb commit 2f5df17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ansible-ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f5df17

Please sign in to comment.