Disable them for schedules too
This commit is contained in:
parent
ea38c0de82
commit
a777f8c343
@ -45,6 +45,7 @@ Lint:
|
||||
interruptible: yes
|
||||
except:
|
||||
- pipelines
|
||||
- schedules
|
||||
script:
|
||||
- ansible-lint --version
|
||||
- ansible-lint site.yml
|
||||
@ -54,6 +55,7 @@ Test:
|
||||
interruptible: yes
|
||||
except:
|
||||
- pipelines
|
||||
- schedules
|
||||
script:
|
||||
- ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw || error="$?"
|
||||
- if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi
|
||||
|
Loading…
Reference in New Issue
Block a user