Add ASSUME_ALWAYS_YES in FreeBSD pkg update

pull/188/head
Danilo G. Baio (dbaio) 5 years ago
parent 79650c5886
commit 654229e203
  1. 2
      tasks/setup-FreeBSD.yml

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