fix typo
w h a t how did i not notice that for literally a year
This commit is contained in:
parent
542cc43a56
commit
1f6c36f441
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
- name: create systemd service
|
- name: create systemd service
|
||||||
template:
|
template:
|
||||||
src: systemd.j2
|
src: systemd.j2
|
||||||
dest: /etc/systemd/system/solnum.service
|
dest: /etc/systemd/system/solanum.service
|
||||||
mode: 0755
|
mode: 0755
|
||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution == 'Debian'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue