Add ASSUME_ALWAYS_YES in FreeBSD pkg update

This commit is contained in:
Danilo G. Baio (dbaio) 2019-06-27 21:15:00 -03:00
parent 79650c5886
commit 654229e203
1 changed files with 2 additions and 0 deletions

View File

@ -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.