From ae80f12285c3114cb26b4782694ce5c0fb30031d Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Thu, 24 Jul 2025 16:48:20 -0500 Subject: [PATCH] fixed names --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index bac49f6..cc0f974 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,8 +2,8 @@ --- # tasks file for ansible-update - name: deploy ansible update script - ansible.builtin.template: - src: templates/ansible-update.sh + ansible.builtin.copy: + src: files/ansible-update.sh dest: /scripts/ansible-update.sh mode: '0754' @@ -14,8 +14,8 @@ mode: '0644' - name: deploy ansible update timer - ansible.builtin.copy: - src: files/ansible-update.timer + ansible.builtin.template: + src: templates/ansible-update.timer dest: /usr/lib/systemd/system/cansible-update.timer mode: '0644'