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: line-length:
max: 120 max: 120
level: warning level: warning
truthy:
ignore: |
setup-FreeBSD.yml

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