Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Ignore [ANSIBLE0016] Tasks that run when changed should likely be han…
Browse files Browse the repository at this point in the history
…dlers
  • Loading branch information
kevincoakley committed Dec 15, 2017
1 parent 958263a commit c8939ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ install:
script:
# ansible-lint checks playbooks for practices and behaviour that could potentially be improved
# Ignore [ANSIBLE0006] yum used in place of yum module
- ansible-lint -x ANSIBLE0006 -R .
# Ignore [ANSIBLE0016] Tasks that run when changed should likely be handlers
- ansible-lint -x ANSIBLE0006,ANSIBLE0016 -R .
# Perform a syntax check on the playbook
- ansible-playbook -i tests/inventory tests/test.yml --syntax-check
# Run the playbook, don't bother stopping the Docker containers
Expand Down

0 comments on commit c8939ce

Please sign in to comment.