fix typo in tcgui service unit

This commit is contained in:
Pellegrino, Michael
2022-10-13 11:21:19 -04:00
committed by GitHub Enterprise
parent e3029e99c0
commit e722ca92b4

View File

@@ -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