Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: stackhpc
name: hashicorp
description: >
Hashicorp Vault/Consul deployment and configuration
version: "2.6.0"
version: "2.7.0"
readme: "README.md"
authors:
- "Michał Nasiadka"
Expand Down
2 changes: 1 addition & 1 deletion roles/openbao/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openbao_registry_url: ""
openbao_registry_username: ""
openbao_registry_password: ""

openbao_docker_name: "bao"
openbao_docker_name: "openbao"
openbao_docker_image: "openbao/openbao"
openbao_docker_tag: "latest"

Expand Down
Loading