From dc90568cced98780c200bf3a82c7097636f345de Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Thu, 24 Jul 2025 16:54:32 -0500 Subject: [PATCH] fixed names --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index cc0f974..4d855b8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,7 +16,7 @@ - name: deploy ansible update timer ansible.builtin.template: src: templates/ansible-update.timer - dest: /usr/lib/systemd/system/cansible-update.timer + dest: /usr/lib/systemd/system/ansible-update.timer mode: '0644' - name: ensure ansible update script is running