Added basic documentation server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user