Fix broken Bitwarden provision

This commit is contained in:
2022-05-19 23:19:09 -04:00
parent 1c321f6ef7
commit cd11567164
7 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ send "y\r"
send "n\r"
{% endif %}
expect "Enter the database name for your Bitwarden instance (ex. vault):"
send "{{ bitwarden_database }}\r"
expect "Enter your installation id (get at https://bitwarden.com/host):"
send "{{ bitwarden_install_id }}\r"

View File

@@ -1,3 +1,5 @@
version: '3'
services:
nginx:
networks: