mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-14 00:52:04 +01:00
Add ASSUME_ALWAYS_YES in FreeBSD pkg update
This commit is contained in:
parent
79650c5886
commit
654229e203
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user