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
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- ensure-helm
|
- ensure-helm
|
||||||
- ensure-chart-testing
|
- ensure-chart-testing
|
||||||
|
@ -1 +1 @@
|
|||||||
container_command: docker
|
container_command: docker
|
||||||
|
@ -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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
chart_testing_version: 2.4.0
|
chart_testing_version: 2.4.0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
helm_version: 2.16.1
|
helm_version: 2.16.1
|
||||||
|
@ -17,4 +17,4 @@
|
|||||||
shell: helm init --client-only
|
shell: helm init --client-only
|
||||||
tags:
|
tags:
|
||||||
# NOTE(mnaser): The `helm` module does not support running init only.
|
# NOTE(mnaser): The `helm` module does not support running init only.
|
||||||
- skip_ansible_lint
|
- skip_ansible_lint
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
- name: Check installed version of Python
|
- name: Check installed version of Python
|
||||||
command: /usr/local/bin/python3 --version
|
command: /usr/local/bin/python3 --version
|
||||||
register: _check_version
|
register: _check_version
|
||||||
failed_when: "'Python 3.8' not in _check_version.stdout"
|
failed_when: "'Python 3.8' not in _check_version.stdout"
|
||||||
|
Loading…
Reference in New Issue
Block a user