Added ansible-update script, service and timer #2

Merged
jayne merged 9 commits from testing into prod 2025-07-24 17:20:15 -05:00
Showing only changes of commit ae80f12285 - Show all commits

View file

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