From e8a69aaaa193c63038ed229a3e519bdbc4809e54 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 25 Nov 2021 15:53:52 -0600 Subject: [PATCH] Remove play for Pis I'm now just tagging those with the home tag and running against them then --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3952dd1..33a5412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,13 +52,6 @@ Test: - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi - if [ -n "$error" ]; then echo "Return code $error"; false; fi -Play_Against_Pis: - stage: play - retry: 1 - script: - - ansible-playbook -l manufacturers_raspi site.yml --vault-password-file /vaultpw || error="$?" - - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi - - if [ -n "$error" ]; then echo "Return code $error"; false; fi Play_Against_Desktops: stage: play script: