12 lines
325 B
YAML
12 lines
325 B
YAML
## DEPRECATED -- Use nginxinc.nginx_unit role instead (https://github.com/nginxinc/ansible-role-nginx-unit)
|
|
---
|
|
- name: (DEPRECATED) Fetch Ports
|
|
command: portsnap fetch --interactive
|
|
args:
|
|
creates: /var/db/portsnap/INDEX
|
|
|
|
- name: (DEPRECATED) Extract Ports
|
|
command: portsnap extract
|
|
args:
|
|
creates: /usr/ports
|