This commit is contained in:
parent
e21d91c9b0
commit
e35703c59e
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
src: '/etc/prometheus/ipmi_conf/ipmi.sh'
|
src: '/etc/prometheus/ipmi_conf/ipmi.sh'
|
||||||
dest: '/etc/prometheus/ipmi_conf/{{ item }}'
|
dest: '/etc/prometheus/ipmi_conf/{{ item }}'
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: true
|
||||||
owner: prometheus
|
owner: prometheus
|
||||||
group: prometheus
|
group: prometheus
|
||||||
mode: u=rx,g=,o=
|
mode: u=rx,g=,o=
|
||||||
|
@ -61,5 +61,5 @@
|
||||||
- name: Restart prometheus-ipmi-exporter
|
- name: Restart prometheus-ipmi-exporter
|
||||||
systemd:
|
systemd:
|
||||||
state: restarted
|
state: restarted
|
||||||
daemon_reload: yes
|
daemon_reload: true
|
||||||
name: prometheus-ipmi-exporter
|
name: prometheus-ipmi-exporter
|
||||||
|
|
Loading…
Reference in a new issue