Resolve relevant lint issues and enable the YAML linter.
Change-Id: I11cb7b6a1edb72f165ba9ba051bc19794e4684bd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell = bash
indent_size = 4
use_spaces = yeah
+
+[YAML]
+bears = YAMLLintBear
+files = provision/**.yaml
+document_start = True
+yamllint_config = .yamllint.conf
--- /dev/null
+extends: default
+
+rules:
+ empty-lines:
+ max-end: 1
+ line-length:
+ max: 120
+ truthy: false
- include_role: name=lfit.system-update
roles:
- - { role: lfit.docker-install, mtu: 1458 }
+ - {role: lfit.docker-install, mtu: 1458}
post_tasks:
- name: System Reseal