Fix typo (missing quote)
This commit is contained in:
parent
ecfd7037c2
commit
7632e8c986
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
dest: '{{ item.dest }}'
|
||||
mode: '{{ item.mode }}'
|
||||
loop:
|
||||
- src: 'quagga.py.j2'
|
||||
dest: '/usr/share/prometheus-node-exporter/quagga.py
|
||||
- src: quagga.py.j2
|
||||
dest: /usr/share/prometheus-node-exporter/quagga.py
|
||||
mode: "0755"
|
||||
- src: prometheus-node-exporter-quagga.service
|
||||
dest: /etc/systemd/system/prometheus-node-exporter-quagga.service
|
||||
|
|
Loading…
Reference in a new issue