From bc97e1248c2f266dd5750af7bf8d631906f312eb Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Tue, 17 Dec 2024 11:19:04 +0100 Subject: [PATCH] reorder --- provision.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/provision.yml b/provision.yml index 453aa869..98349657 100644 --- a/provision.yml +++ b/provision.yml @@ -89,12 +89,6 @@ roles: - { role: "backup-offsite", tags: ["bhr11","backup-offsite"] } -- name: "ci-runner" - hosts: "bhr12" - roles: - - { role: "http_apache", tags: ["bhr12","ci-runner"]} - - { role: "ci-runner", tags: ["bhr12","ci-runner"]} - - name: "container infra" hosts: "container_infra" vars_files: @@ -208,6 +202,12 @@ - { role: "demo-weblogin", tags: ["demo1","demo-weblogin"] } - { role: "demo-wordpress", tags: ["demo1","demo-wordpress"] } +- name: "ci-runner" + hosts: "bhr12" + roles: + - { role: "http_apache", tags: ["bhr12","ci-runner"]} + - { role: "ci-runner", tags: ["bhr12","ci-runner"]} + # CI test docker - name: "test" hosts: "test"