adding back .yamllint pretask and results

This commit is contained in:
jjediny 2019-02-11 23:31:38 -05:00
parent 451792356c
commit e1aeff0fd6
3 changed files with 19 additions and 2 deletions

16
.yamllint Normal file
View File

@ -0,0 +1,16 @@
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
# NOTE(retr0h): Templates no longer fail this lint rule.
# Uncomment if running old Molecule templates.
# truthy: disable
ignore: |
.travis.yml
config.yml

View File

@ -5,7 +5,7 @@ driver:
name: docker
lint:
name: yamllint
enabled: false # fix in seperate PR
enabled: true # fix in seperate PR
platforms:
- name: bionic
image: ubuntu:bionic
@ -23,7 +23,7 @@ provisioner:
ANSIBLE_ROLES_PATH: $HOME/wazuh-ansible/roles
lint:
name: ansible-lint
enabled: false # fix in seperate PR
enabled: true # fix in seperate PR
scenario:
name: default
verifier:

View File

@ -7,6 +7,7 @@
with_items:
- apt-transport-https
- ca-certificates
- urllib3
- name: Debian/Ubuntu | Installing Wazuh repository key
apt_key: url=https://packages.wazuh.com/key/GPG-KEY-WAZUH