We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9c7ca commit 243de56Copy full SHA for 243de56
1 file changed
molecule/default/converge.yml
@@ -16,6 +16,12 @@
16
include_role:
17
name: caos.ansible_roles.nr_repo_setup
18
19
+ - name: Fix GPG key format for Ubuntu 26.04 (requires binary format)
20
+ shell: gpg --dearmor < /etc/apt/keyrings/newrelic-infra-armored.gpg > /etc/apt/keyrings/newrelic-infra.gpg
21
+ when:
22
+ - ansible_distribution == "Ubuntu"
23
+ - ansible_distribution_version == "26.04"
24
+
25
- name: Install package
26
27
name: caos.ansible_roles.package_install
0 commit comments