From 0c18e651cdeb684dd9f79c0690fc78986f199f8d Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Oct 2021 10:23:03 +1100
Subject: [PATCH] try to fix cache

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdb1d69b..96f0fb69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,12 +102,12 @@ build_cluster_cicd:
 
 ansible_create_cluster_stage:
   stage: ansible_create_cluster_stage
-      cache:
-        paths:
-          - CICD/inventory.yml
-          - CICD/tmp_key
-          - CICD/tmp_key.pub
-          - CICD/infra/os_vars.yml
+  cache:
+    paths:
+      - CICD/inventory.yml
+      - CICD/tmp_key
+      - CICD/tmp_key.pub
+      - CICD/infra/os_vars.yml
   tags:
   - ansible
   script:
-- 
GitLab