added handlers for rebuilding bitcoin container and handling avahi

restarts
This commit is contained in:
b0xxer
2024-02-10 08:49:44 -06:00
parent f21d5b4f9d
commit 7b8284d709
5 changed files with 31 additions and 28 deletions
+9
View File
@@ -1,2 +1,11 @@
---
# handlers file for build
#
- name: rebuild_bitcoin
containers.podman.podman_image:
name: bitcoin:{{ bitcoin_version }}
path: ~/Containers/bitcoin/
build:
force_rm: true
format: oci
extra_args: VERSION={{ bitcoin_version }}