Added rpcauth.py to bitcoin

This commit is contained in:
2024-02-13 18:41:22 -06:00
parent 03a80facb8
commit 12c0743b16
4 changed files with 63 additions and 3 deletions
+5 -1
View File
@@ -69,4 +69,8 @@
mode: '0700'
notify: rebuild_bitcoin
- name: bitcoin - copy rpcauth.py utility
ansible.builtin.copy:
src: bitcoin/rpcauth.py
dest: ~/Container/bitcoin/rpcauth.py
mode: '0700'