summaryrefslogtreecommitdiff
path: root/ansible/all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/all.sh')
-rwxr-xr-xansible/all.sh3
1 files changed, 1 insertions, 2 deletions
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