Be a little less strict about line length.

This commit is contained in:
Jeff Geerling 2018-09-25 22:38:51 -05:00
parent afb02c39ca
commit d579c1497f
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,8 @@ driver:
name: docker
lint:
name: yamllint
options:
config-file: molecule/default/yaml-lint.yml
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible

View file

@ -0,0 +1,6 @@
---
extends: default
rules:
line-length:
max: 120
level: warning

View file

@ -48,8 +48,7 @@
- name: Remove default vhost in sites-enabled.
file:
path: >-
"{{ apache_conf_path }}/sites-enabled/{{ apache_default_vhost_filename }}"
path: "{{ apache_conf_path }}/sites-enabled/{{ apache_default_vhost_filename }}"
state: absent
notify: restart apache
when: apache_remove_default_vhost