Fix quotes
This commit is contained in:
parent
bec76bc57d
commit
7ccb25d94b
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: systemd/override.conf
|
src: systemd/override.conf
|
||||||
dest: /etc/systemd/system/grafana-server.service.d
|
dest: /etc/systemd/system/grafana-server.service.d
|
||||||
mode: "0644
|
mode: "0644"
|
||||||
notify: Restart grafana-server
|
notify: Restart grafana-server
|
||||||
|
|
Loading…
Reference in a new issue