renamed run_ansible to run-ansible, added script contents

This commit is contained in:
Jayne Passmore 2025-07-24 16:28:16 -05:00
parent 0f40ca47c5
commit 9dac6ebe3f
4 changed files with 5 additions and 1 deletions

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