Ignore ANSIBLE0012 lint error

Ignore ANSIBLE0012 ansible lint error:
Commands should not change things if nothing needs doing

Change-Id: Icd56df0be0f5038e1791abf24e67fb9d5059f9b9
This commit is contained in:
Sagi Shnaidman 2017-03-20 00:23:20 +02:00
parent ff0aa2f741
commit 8b94e6e87d
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
# we have a few use cases where we need to use curl and rsync
# ANSIBLE0016: Tasks that run when changed should likely be handlers
# this requires refactoring roles, skipping for now
SKIPLIST="ANSIBLE0006,ANSIBLE0016"
# ANSIBLE0012: Commands should not change things if nothing needs doing
# this requires refactoring roles, skipping for now
SKIPLIST="ANSIBLE0006,ANSIBLE0016,ANSIBLE0012"
# lint the playbooks separately to avoid linting the roles multiple times
pushd playbooks