dalab-django/roles/nginxinc.nginx_unit/tasks/unit/setup-freebsd.yml
2023-03-09 18:02:25 +03:00

11 lines
211 B
YAML

---
- name: (FreeBSD) fetch ports
command: portsnap fetch --interactive
args:
creates: /var/db/portsnap/INDEX
- name: (FreeBSD) Extract ports
command: portsnap extract
args:
creates: /usr/ports