Skip new ansible-lint rule until fixing the roles

Change-Id: I88f1fb0f4d0b3d024c60723b773717943865d886
Related-Bug: #1638522
This commit is contained in:
Attila Darazs 2016-11-07 17:03:12 +01:00
parent 2b8954531a
commit a369426990
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
#!/bin/bash
# ANSIBLE0006: Using command rather than module
# we have a few use cases where we need to use curl and rsync
SKIPLIST="ANSIBLE0006"
# 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"
# lint the playbooks separately to avoid linting the roles multiple times
pushd playbooks