2020-09-15 21:27:06 +02:00
|
|
|
## DEPRECATED -- Use nginxinc.nginx_unit role instead (https://github.com/nginxinc/ansible-role-nginx-unit)
|
2018-07-18 23:59:14 +02:00
|
|
|
---
|
2020-09-15 21:27:06 +02:00
|
|
|
- name: "(DEPRECATED) Fetch Ports"
|
2018-07-18 23:59:14 +02:00
|
|
|
command: portsnap fetch --interactive
|
|
|
|
args:
|
|
|
|
creates: /var/db/portsnap/INDEX
|
|
|
|
|
2020-09-15 21:27:06 +02:00
|
|
|
- name: "(DEPRECATED) Extract Ports"
|
2018-07-18 23:59:14 +02:00
|
|
|
command: portsnap extract
|
|
|
|
args:
|
|
|
|
creates: /usr/ports
|