Skip to content

Commit a28190f

Browse files
Remove platform-python-setuptools install on Ubuntu for monitoring
1 parent e195b31 commit a28190f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

playbooks/roles/metrics-exporter/tasks/node_exporter_ubuntu.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
state: directory
2222
owner: 'prometheus'
2323
group: 'prometheus'
24-
25-
- name: Make sure the python setuptools are installed
26-
vars:
27-
package_name:
28-
- platform-python-setuptools
29-
include_role:
30-
name: safe_yum
31-
when: ansible_distribution == 'Ubuntu'
3224

3325
- name: Download node_exporter {{ node_exporter }}
3426
become: true

0 commit comments

Comments
 (0)