From 49565c8516faeb771b828e2120273f27336b3e4a Mon Sep 17 00:00:00 2001 From: saibotk Date: Sat, 6 Feb 2021 02:32:51 +0100 Subject: [PATCH] Move gitlab playbook as first This will avoid situations, in which the runner finishes and gitlab is still starting --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index 5a63be6..01b54da 100644 --- a/site.yml +++ b/site.yml @@ -17,6 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +- import_playbook: gitlab.yml +- import_playbook: gitlab_runner.yml - import_playbook: camo.yml - import_playbook: keycloak.yml - import_playbook: monitoring.yml @@ -27,5 +29,3 @@ - import_playbook: teamspeak.yml - import_playbook: owncast.yml - import_playbook: factorio.yml -- import_playbook: gitlab_runner.yml -- import_playbook: gitlab.yml