mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-15 01:01:30 +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.
|
- name: Update pkg cache.
|
||||||
command: pkg update -f
|
command: pkg update -f
|
||||||
|
environment:
|
||||||
|
ASSUME_ALWAYS_YES: yes
|
||||||
tags: ['skip_ansible_lint']
|
tags: ['skip_ansible_lint']
|
||||||
|
|
||||||
- name: Ensure nginx is installed.
|
- name: Ensure nginx is installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user