fix typo in tcgui service unit
This commit is contained in:
committed by
GitHub Enterprise
parent
e3029e99c0
commit
e722ca92b4
@@ -10,7 +10,7 @@
|
||||
when: tcgui_installed.stat.exists == false
|
||||
- name: check if tcgui systemd installed
|
||||
stat:
|
||||
path: /etc/systemc/system/tcgui.service
|
||||
path: /etc/systemd/system/tcgui.service
|
||||
register: tcgui_systemd_installed
|
||||
- name: install tcgui systemd
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user