Remove colon

This commit is contained in:
Salt 2021-08-01 12:43:52 -05:00
parent 1d14702333
commit 00303ebcc1

View File

@ -64,7 +64,7 @@ Play_Against_Desktops:
script:
- ansible-playbook -l desktop site.yml --vault-password-file /vaultpw
- error="$?"
- echo "Return code: $error"
- echo "Return code $error"
Play_Against_Production:
stage: play