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
4 changed files with 5 additions and 1 deletions
Showing only changes of commit 9dac6ebe3f - Show all commits

View file

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

4
files/run-ansible.sh Normal file
View file

@ -0,0 +1,4 @@
#! /bin/bash
cd /ansible
/bin/bash build_ansible.sh

View file