fix tests
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 37s
test / Molecule tests (default, ubuntu2004) (push) Successful in 48s
test / Molecule tests (default, ubuntu2204) (push) Successful in 42s
test / Molecule tests (with_custom_packages, debian11) (push) Successful in 1m14s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m11s
test / Molecule tests (with_custom_packages, ubuntu2004) (push) Successful in 1m33s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m29s
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 37s
test / Molecule tests (default, ubuntu2004) (push) Successful in 48s
test / Molecule tests (default, ubuntu2204) (push) Successful in 42s
test / Molecule tests (with_custom_packages, debian11) (push) Successful in 1m14s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m11s
test / Molecule tests (with_custom_packages, ubuntu2004) (push) Successful in 1m33s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m29s
This commit is contained in:
parent
7e55608aa4
commit
1f61057dfb
@ -9,10 +9,14 @@
|
||||
manage_repositories_enable_default_repo: true
|
||||
manage_repositories_enable_custom_repo: true
|
||||
manage_repositories_custom_repo:
|
||||
- uri: "https://apt.releases.hashicorp.com"
|
||||
gpg_key: "https://apt.releases.hashicorp.com/gpg"
|
||||
- name: hashicorp
|
||||
uri: "https://apt.releases.hashicorp.com"
|
||||
comments: "hashicorp repository"
|
||||
type: "deb"
|
||||
suites: "{{ ansible_distribution_release }}"
|
||||
components: "main"
|
||||
filename: "hashicorp"
|
||||
types:
|
||||
- deb
|
||||
suites:
|
||||
- "{{ ansible_distribution_release }}"
|
||||
components:
|
||||
- main
|
||||
options:
|
||||
Signed-By: "https://apt.releases.hashicorp.com/gpg"
|
||||
|
Loading…
Reference in New Issue
Block a user