From 03d644e28ebef8cb6f20a66953bf14de2117c562 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 11 Jun 2020 11:12:56 +0000
Subject: [PATCH] working on checker

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e82f1bc9..d2f69348 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -307,7 +307,7 @@ ansible_check:
     - ansible --key-file ./gc_key.pem -i files/inventory.$STACKNAME -m fetch -a "src=/etc/hosts dest=files/etcHosts flat=yes" ComputeNodes[0]
     - ansible --key-file ./gc_key.pem -i files/inventory.$STACKNAME -m fetch -a "src=/opt/nhc-1.4.2/etc/nhc/nhc.conf dest=files/nhc.conf flat=yes" ComputeNodes[0]
     - ansible --key-file ./gc_key.pem -i files/inventory.$STACKNAME -m fetch -a "src=/opt/slurm-latest/etc/slurm.conf dest=files/slurm.conf flat=yes" ComputeNodes[0]
-    - ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ./gc_key.pem --check computenodes.yml --limit ComputeNodes --skip-tags=SiteSpecific --tags=HotChange | tee compute_ansible_check.log 
+    - ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ./gc_key.pem --check computenodes.yml --limit ComputeNodes --skip-tags=SiteSpecific --tags=HotChange > compute_ansible_check.log 
     - python3 ../../scripts/check_summary.py outputChangedNodeList | tee computeHotChanged.yml
     - ANSIBLE_STDOUT_CALLBACK=json ansible-playbook -i files/inventory.$STACKNAME --key-file ./gc_key.pem --check computenodes.yml --limit ComputeNodes --skip-tags=SiteSpecific --tags=ColdChange > compute_ansible_check.log 
     - python3 ../../scripts/check_summary.py outputChangedNodeList | tee computeColdChanged.yml
-- 
GitLab