update role following manage_repo role update
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m19s
test / Molecule tests (default, debian12) (push) Successful in 1m20s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m44s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m23s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m38s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m49s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m27s
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m19s
test / Molecule tests (default, debian12) (push) Successful in 1m20s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m44s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m23s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m38s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m49s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m27s
This commit is contained in:
parent
3c590b4c29
commit
a22c9849f8
@ -1,13 +1,17 @@
|
|||||||
---
|
---
|
||||||
# vars file for renew_consul_certificates
|
# vars file for renew_consul_certificates
|
||||||
renew_consul_certificates_repository:
|
renew_consul_certificates_repository:
|
||||||
- uri: "https://apt.releases.hashicorp.com"
|
- name: hashicorp
|
||||||
gpg_key: "https://apt.releases.hashicorp.com/gpg"
|
uri: "https://apt.releases.hashicorp.com"
|
||||||
comments: "hashicorp repository"
|
comments: "hashicorp repository"
|
||||||
type: "deb"
|
types:
|
||||||
suites: "{{ ansible_distribution_release }}"
|
- deb
|
||||||
components: "main"
|
suites:
|
||||||
filename: "hashicorp"
|
- "{{ ansible_distribution_release }}"
|
||||||
|
components:
|
||||||
|
- main
|
||||||
|
options:
|
||||||
|
Signed-By: "https://apt.releases.hashicorp.com/gpg"
|
||||||
renew_consul_certificates_packages:
|
renew_consul_certificates_packages:
|
||||||
- name: consul-template
|
- name: consul-template
|
||||||
version: latest
|
version: latest
|
||||||
|
Loading…
Reference in New Issue
Block a user