copr-base: golang-github-prometheus-node-exporter was renamed to node-exporter

This commit is contained in:
Jakub Kadlcik 2024-11-27 21:22:02 +01:00
parent 67cc0600fc
commit 1bd0133ed2

View file

@ -49,8 +49,7 @@
- bash-completion - bash-completion
- cronie-anacron - cronie-anacron
- ethtool - ethtool
# TODO The package is dead. Do we still need this? - node-exporter
# - golang-github-prometheus-node-exporter
- screen - screen
- tmux - tmux
state: present state: present
@ -82,10 +81,10 @@
tags: tags:
- packages - packages
# - name: start node exporter - name: start node exporter
# service: state=started enabled=yes name=node_exporter service: state=started enabled=yes name=node_exporter
# when: when:
# - "'pulp' not in inventory_hostname" - "'pulp' not in inventory_hostname"
- name: check offloading - name: check offloading
shell: "ethtool -k ens5 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'" shell: "ethtool -k ens5 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'"