diff --git a/molecule/with_custom_packages/prepare.yml b/molecule/with_custom_packages/prepare.yml index 2be9a20..274da39 100644 --- a/molecule/with_custom_packages/prepare.yml +++ b/molecule/with_custom_packages/prepare.yml @@ -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"