From f209b59a3b757477e94d4fbb00a83292fd96a9e3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 15 Jan 2023 11:55:05 +0200 Subject: all.sh: don't run Ansible on web web is a local VM that doesn't talk to the Internet and gets recreated weekly anyway. Sponsored-by: author --- ansible/all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ansible/all.sh') diff --git a/ansible/all.sh b/ansible/all.sh index 41f650f..96476ab 100755 --- a/ansible/all.sh +++ b/ansible/all.sh @@ -13,7 +13,7 @@ online() { maybe_run_playbook() { if newer "$1.yml" "$1.stamp" && online "$1"; then echo "$1" - chronic ./run-playbook "$1.yml" + ./run-playbook "$1.yml" touch "$1.stamp" else echo "SKIPPING $1" @@ -25,7 +25,6 @@ maybe_run_playbook exolobe1 maybe_run_playbook exolobe2 maybe_run_playbook stamina maybe_run_playbook holywood2 -maybe_run_playbook web maybe_run_playbook atuin.liw.fi maybe_run_playbook mirror-git maybe_run_playbook git.liw.fi -- cgit v1.2.1