Added basic documentation server

This commit is contained in:
2024-02-11 15:26:38 -06:00
parent 065d240468
commit c93df6d0d3
10 changed files with 111 additions and 8 deletions
+5
View File
@@ -6,6 +6,11 @@
chdir: ~/Containers/bitcoin
cmd: ./build.sh
- name: rebuild_docs
ansible.builtin.shell:
chdir: ~/Containers/docs
cmd: ./build.sh
- name: reload_systemctl
ansible.builtin.systemd_service:
daemon_reload: true