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 e4f55a4 commit 31feaabCopy full SHA for 31feaab
roles/nri-kafka/tasks/packages.yml
@@ -15,5 +15,5 @@
15
state: present
16
loop:
17
- https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/nrjmx/nrjmx_2.1.1-1_noarch.deb
18
- - https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/nri-jmx/nri-jmx_3.1.0-1_arm64.deb
+ - https://download.newrelic.com/infrastructure_agent/linux/apt/pool/main/n/nri-jmx/nri-jmx_3.1.0-1_amd64.deb
19
when: ansible_distribution in ['Debian', 'Ubuntu'] | list
0 commit comments