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:
Sorin Sbarnea 2020-05-05 10:15:49 +01:00 committed by Sorin Sbarnea (zbr)
parent 6c978d0746
commit 9baebe3684
8 changed files with 7 additions and 9 deletions

View File

@ -9,7 +9,6 @@ rules:
brackets:
max-spaces-inside: 1
level: error
comments-indentation: disable
document-start: disable
empty-lines:
max: 1
@ -17,6 +16,5 @@ rules:
indentation:
level: error
indent-sequences: consistent
new-line-at-end-of-file: disable
line-length: disable
truthy: false

View File

@ -14,10 +14,10 @@
warn: false
with_items:
- "{{ ansible_pkg_mgr }} clean all"
# verbose is needed in order to make it possible to debug potential failures
- "{{ ansible_pkg_mgr }} makecache -v"
loop_control:
loop_var: zj_command
# verbose is needed in order to make it possible to debug potential failures
- name: Update zypper cache
become: yes