From 3c5ae9ba26d30b9f32bbdf1fb92c0993446ebf56 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Thu, 24 Jul 2025 17:05:01 -0500 Subject: [PATCH] fixed names --- files/ansible-update.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ansible-update.service b/files/ansible-update.service index 9925eaa..4ba1436 100644 --- a/files/ansible-update.service +++ b/files/ansible-update.service @@ -4,7 +4,7 @@ Description=Runs ansible playbook [Service] Type=oneshot RemainAfterExit=no -ExecStart=/scripts/run-ansible.sh +ExecStart=/scripts/ansible-update.sh [Install] WantedBy=multi-user.target \ No newline at end of file