Skip to content

Commit

Permalink
chore: added flag no color on ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Mar 25, 2024
1 parent 5dbc7e4 commit 50f2259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chmod 600 /root/.ssh/id_rsa
test -f requirements.yml && ansible-galaxy install -r requirements.yml

if [ "$TYPE" = "lint" ]; then
ansible-lint && exit
ansible-lint --nocolor && exit
fi
if [ "$TYPE" = "diff" ]; then
ansible-playbook --check --diff -i ./inventory.yml playbook.yml && exit
Expand Down

0 comments on commit 50f2259

Please sign in to comment.