Skip to content

Commit dee14e5

Browse files
committed
netdata: Enable PowerTools repository for RHEL 8
fixed: Error: Unable to find a match: autoconf-archive autogen libuv-devel
1 parent c899ed6 commit dee14e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/netdata/tasks/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
dest: /tmp/kickstart.sh
1010
mode: +x
1111

12+
- name: Enable PowerTools repository
13+
command: dnf config-manager --set-enabled "[Pp]ower[Tt]ools"
14+
when:
15+
- ansible_os_family == "RedHat"
16+
- ansible_distribution_major_version is version('8', '>=')
17+
1218
- name: Install Netdata
1319
command: /tmp/kickstart.sh {{ netdata_install_options | default('--dont-wait') }}
1420

0 commit comments

Comments
 (0)