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 34e7ce2d71 - Show all commits

View file

@ -4,7 +4,7 @@ Description=Runs ansible playbook
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/scripts/ansible-update.sh
ExecStart=/bin/bash /scripts/ansible-update.sh
[Install]
WantedBy=multi-user.target