Skip to content

Commit

Permalink
Update web-vault to version 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cook authored and bcook254 committed Apr 19, 2024
1 parent 80458c5 commit 7382883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exclude_paths:
- molecule/
- .github/
- .*/

skip_list:
- schema[meta]
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends: default

ignore: |
molecule/
.github/
.*/

rules:
braces:
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ vaultwarden_web_vault_dir: "{{ vaultwarden_home_dir }}/web-vault"
vaultwarden_config_dir: /etc/vaultwarden
vaultwarden_config_file: "{{ vaultwarden_config_dir }}/vaultwarden.env"
vaultwarden_database_name: vaultwarden
vaultwarden_web_vault_version: 2023.10.0
vaultwarden_web_vault_version: 2024.3.1
vaultwarden_enable_web_vault: true
vaultwarden_manage_config: false

0 comments on commit 7382883

Please sign in to comment.