1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

builds: skip spotifyd vars yamllint

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2019-10-07 13:01:52 -04:00
parent 9dcf9a9d85
commit 34ecd7d4c5
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -9,4 +9,4 @@ tasks:
# Sanity check all YAML files: # Sanity check all YAML files:
# - ignore line-length lint # - ignore line-length lint
# - ignore ansible vault-encrypted files # - ignore ansible vault-encrypted files
diff -u <(echo -n) <(yamllint -f parsable ./ansible | grep -v "line-length" | grep -E -v "[alertmanager,rtorrent_exporter,traefik]/vars/main.yml") diff -u <(echo -n) <(yamllint -f parsable ./ansible | grep -v "line-length" | grep -E -v "[alertmanager,rtorrent_exporter,spotifyd,traefik]/vars/main.yml")