Remove play for Pis
I'm now just tagging those with the home tag and running against them then
This commit is contained in:
parent
ce37a7fec3
commit
e8a69aaaa1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user