Add quotes to ASSUME_ALWAYS_YES=yes

Prevent YAML interpreters to convert it to bool.
pull/188/head
Danilo G. Baio (dbaio) 5 years ago
parent 4e3911c8ea
commit cac5b664b6
  1. 3
      molecule/default/yaml-lint.yml
  2. 2
      tasks/setup-FreeBSD.yml

@ -4,6 +4,3 @@ rules:
line-length:
max: 120
level: warning
truthy:
ignore: |
setup-FreeBSD.yml

@ -2,7 +2,7 @@
- name: Update pkg cache.
command: pkg update -f
environment:
ASSUME_ALWAYS_YES: yes
ASSUME_ALWAYS_YES: "yes"
tags: ['skip_ansible_lint']
- name: Ensure nginx is installed.