Added basic doc publishing

This commit is contained in:
2024-02-11 22:08:48 -06:00
parent 055eb45f61
commit 2f7e7c0039
3 changed files with 34 additions and 0 deletions
+8
View File
@@ -17,6 +17,14 @@
path: ~/srv/docs/docs
state: directory
- name: Copy documentation
ansible.builtin.copy:
src: {{ item }}
dest: ~/srv/docs/docs
with_fileglob:
- "docs/docs/*"
notify: republish_docs
- name: Make dir for docs Containers
ansible.builtin.file:
path: ~/Containers/docs