From 61d8f50db58161b4c39c10699c62f91c35bf5d6f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 27 Dec 2020 13:18:55 +0200 Subject: add mirror-git to all.sh --- ansible/all.sh | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'ansible/all.sh') diff --git a/ansible/all.sh b/ansible/all.sh index af57e61..38b4b4a 100755 --- a/ansible/all.sh +++ b/ansible/all.sh @@ -1,18 +1,7 @@ -#!/bin/sh +#!/bin/bash set -eu -skipped=" -holywood2.yml -debmirror.yml -" - -playbooks=" -exolobe1.yml -exolobe2.yml -atuin.yml -" - newer() { [ "$1" -nt "$2" ] || [ ! -e "$2" ] @@ -60,4 +49,5 @@ maybe_run_ansible git.liw.fi git maybe_run_ansible http.liw.fi http maybe_run_ansible irc.liw.fi irc maybe_run_ansible shell-shell.vm.liw.fi shell +maybe_run_ansible mirror-git.vm.liw.fi mirror maybe_run_ansible letest-letest.vm.liw.fi letest -- cgit v1.2.1