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:
parent
9dcf9a9d85
commit
34ecd7d4c5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue