From 1c1195d0c418c94e14f695c311659f0218978a72 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 28 Jan 2020 13:53:58 +1100 Subject: [PATCH] Add service-static.yaml to cron run I forgot this when adding the server previously, add it to the periodic cron run too. Change-Id: I3f0f4e666e5badf91e4a664ced9e891e89b8baa5 --- run_all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_all.sh b/run_all.sh index e8758aed52..8cbe832254 100755 --- a/run_all.sh +++ b/run_all.sh @@ -117,6 +117,10 @@ start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml send_timer mirror +start_timer +timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml +send_timer static + start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml send_timer backup