From e722ca92b4034c3f2bd19a1513852d7b7d695588 Mon Sep 17 00:00:00 2001 From: "Pellegrino, Michael" Date: Thu, 13 Oct 2022 11:21:19 -0400 Subject: [PATCH] fix typo in tcgui service unit --- roles/tcgui/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tcgui/tasks/main.yaml b/roles/tcgui/tasks/main.yaml index 06302d7..d2b7c74 100644 --- a/roles/tcgui/tasks/main.yaml +++ b/roles/tcgui/tasks/main.yaml @@ -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