Resolve ansible-lint name errors (#10253)
* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
committed by
GitHub
parent
b9e3861385
commit
36e5d742dc
@ -22,18 +22,7 @@ skip_list:
|
||||
# (Disabled in Feb 2023)
|
||||
- 'fqcn-builtins'
|
||||
|
||||
# names should start with an uppercase letter
|
||||
# (Disabled in June 2023 after ansible upgrade; FIXME)
|
||||
- 'name[casing]'
|
||||
|
||||
# Everything should be named
|
||||
# (Disabled in June 2023 after ansible upgrade; FIXME)
|
||||
- 'name[play]'
|
||||
- 'name[missing]'
|
||||
|
||||
# templates should only be at the end of 'name'
|
||||
# (Disabled in June 2023 after ansible upgrade; FIXME)
|
||||
- 'name[jinja]'
|
||||
# We use template in names
|
||||
- 'name[template]'
|
||||
|
||||
# order of keys errors
|
||||
|
Reference in New Issue
Block a user