Skip to content

Commit

Permalink
Fix syntax error introduced in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 6, 2018
1 parent 11818ab commit c2f6edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/yaml-lint.yml
Expand Up @@ -2,5 +2,5 @@
extends: default
rules:
line-length:
max: 160
max: 180
level: warning
3 changes: 2 additions & 1 deletion tasks/setup-RedHat.yml
Expand Up @@ -10,7 +10,7 @@
yum_repository:
name: varnishcache_{{ varnish_packagecloud_repo }}
description: Varnish Cache packagecloud.io repository.
baseurl: {{ varnish_yum_repo_baseurl }}
baseurl: "{{ varnish_yum_repo_baseurl }}"
repo_gpgcheck: false
gpgcheck: false
enabled: true
Expand All @@ -25,6 +25,7 @@
args:
warn: false
when: varnish_packagecloud_repo_addition.changed
tags: ['skip_ansible_lint']

- name: Ensure Varnish is installed.
yum:
Expand Down

0 comments on commit c2f6edc

Please sign in to comment.