commit 293131c4461c56ed1587c466244933de4944dec8 Author: root Date: Wed Jan 20 07:50:06 2021 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..01aabce --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Bitmessage-Infrastructure diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..9341771 --- /dev/null +++ b/local.yml @@ -0,0 +1,10 @@ +--- +- host: localhost + connection: local + become: true + + tasks: + - name: install htop + package: + name: + - git