From 37091f9ddc42114f7f220117b79f375b6d65e262 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Tue, 19 Nov 2024 13:32:27 +0100 Subject: [PATCH] Add passlib dependency --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5462d7..8c74322 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ The files within this repository should be run on a computer with Ansible instal # Notice the space at the beginning, this prevents the shell from saving this command in its history. echo '[ -- enter vault pass here -- ]' > .vault_pass ``` +4. Install the Python3 passlib library (used internally in the user role); + + ```bash + sudo apt install python3-passlib + ``` ### Environment prerequisites The Raspberry Pi IaC code contained within this repository provisions the Raspberry Pi itself but doesn't provision all surrounding infrastructure which is presumed to be managed by hand. The following relevant configuration is assumed: