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 # tasks file for ansible-update
- name: deploy ansible update script - name: deploy ansible update script
ansible.builtin.template: ansible.builtin.copy:
src: templates/ansible-update.sh src: files/ansible-update.sh
dest: /scripts/ansible-update.sh dest: /scripts/ansible-update.sh
mode: '0754' mode: '0754'
@ -14,8 +14,8 @@
mode: '0644' mode: '0644'
- name: deploy ansible update timer - name: deploy ansible update timer
ansible.builtin.copy: ansible.builtin.template:
src: files/ansible-update.timer src: templates/ansible-update.timer
dest: /usr/lib/systemd/system/cansible-update.timer dest: /usr/lib/systemd/system/cansible-update.timer
mode: '0644' mode: '0644'