Merge pull request #188 from dbaio/master

Add ASSUME_ALWAYS_YES in FreeBSD pkg update
pull/193/head
Jeff Geerling 5 years ago committed by GitHub
commit 4400af5065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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.