Skip to content

Commit 2ea4072

Browse files
authored
Merge pull request #71 from stackhpc/container-name
fix: set `openbao_container_name` -> `openbao`
2 parents e763748 + 1d00d80 commit 2ea4072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: stackhpc
22
name: hashicorp
33
description: >
44
Hashicorp Vault/Consul deployment and configuration
5-
version: "2.6.0"
5+
version: "2.6.1"
66
readme: "README.md"
77
authors:
88
- "Michał Nasiadka"

roles/openbao/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openbao_registry_url: ""
33
openbao_registry_username: ""
44
openbao_registry_password: ""
55

6-
openbao_docker_name: "bao"
6+
openbao_docker_name: "openbao"
77
openbao_docker_image: "openbao/openbao"
88
openbao_docker_tag: "latest"
99

0 commit comments

Comments
 (0)