yamlint: EOF newlines and comments indent
Fixed two rules which where temporary disabled during introduction of the linter. Change-Id: Icd1e1b40b1e8207ab5ff7088a48e8f0a800e3aa8
This commit is contained in:
parent
6c978d0746
commit
9baebe3684
@ -9,7 +9,6 @@ rules:
|
|||||||
brackets:
|
brackets:
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
level: error
|
level: error
|
||||||
comments-indentation: disable
|
|
||||||
document-start: disable
|
document-start: disable
|
||||||
empty-lines:
|
empty-lines:
|
||||||
max: 1
|
max: 1
|
||||||
@ -17,6 +16,5 @@ rules:
|
|||||||
indentation:
|
indentation:
|
||||||
level: error
|
level: error
|
||||||
indent-sequences: consistent
|
indent-sequences: consistent
|
||||||
new-line-at-end-of-file: disable
|
|
||||||
line-length: disable
|
line-length: disable
|
||||||
truthy: false
|
truthy: false
|
||||||
|
@ -14,10 +14,10 @@
|
|||||||
warn: false
|
warn: false
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ ansible_pkg_mgr }} clean all"
|
- "{{ ansible_pkg_mgr }} clean all"
|
||||||
|
# verbose is needed in order to make it possible to debug potential failures
|
||||||
- "{{ ansible_pkg_mgr }} makecache -v"
|
- "{{ ansible_pkg_mgr }} makecache -v"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: zj_command
|
loop_var: zj_command
|
||||||
# verbose is needed in order to make it possible to debug potential failures
|
|
||||||
|
|
||||||
- name: Update zypper cache
|
- name: Update zypper cache
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user