the service does not need to be enabled

This commit is contained in:
histausse 2021-09-23 19:02:26 +02:00
parent 73e522f0c6
commit 5d3d965112
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

@ -88,10 +88,4 @@
state: started
enabled: true
- name: Enable the service
systemd:
name: prometheus-node-exporter-apt.service
state: started
enabled: true
when: ansible_facts['lsb']['codename'] == 'bullseye'