copr-be: don't restart node exporter over again

This commit is contained in:
Pavel Raiskup 2022-11-23 12:49:15 +01:00
parent 96b00cbd33
commit e18fb4f5f3

View file

@ -175,9 +175,6 @@
- name: start webserver
service: state=started enabled=yes name=lighttpd
- name: restart node exporter
service: state=restarted enabled=yes name=node_exporter
# setup dirs for the ansible execution off of provisioning
#- name: dirs from provision
# file: state=directory path="/home/copr/provision/{{ item }}" owner=copr group=copr