diff --git a/tasks/setup-FreeBSD.yml b/tasks/setup-FreeBSD.yml index e577831..282499c 100644 --- a/tasks/setup-FreeBSD.yml +++ b/tasks/setup-FreeBSD.yml @@ -1,5 +1,4 @@ --- - - name: Update pkg cache. shell: pkg update -f when: nginx_freebsd_pkg_update|lower == "yes"