[CI] Disable new ansible lint rule breaking gate
Looks like a good rule, if it hadn't kicked two patches out of the gate that passed check with it's timing. Let's disable it until we are ready to comply. Change-Id: Ib26bf3cb883d4c6bd10a13394b372823a94a8691
This commit is contained in:
parent
4bdcb0031d
commit
3ec54b0396
@ -4,6 +4,7 @@ skip_list:
|
||||
- fqcn[action-core] # Use FQCN for builtin actions
|
||||
- ignore-errors # Use failed_when and specify error conditions instead of using ignore_errors
|
||||
- jinja[invalid] # Unrecognized type
|
||||
- key-order[play] # You can improve the play key order to: name, hosts, connection, become, gather_facts, vars, roles, environment
|
||||
- meta-no-info # meta/main.yml should contain relevant info
|
||||
- meta-no-tags # Tags must contain lowercase letters and digits only
|
||||
- name[casing] #All names should start with an uppercase letter
|
||||
|
Loading…
x
Reference in New Issue
Block a user