aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/network.yml')
-rw-r--r--tasks/network.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tasks/network.yml b/tasks/network.yml
index 81983f5..d68344d 100644
--- a/tasks/network.yml
+++ b/tasks/network.yml
@@ -63,11 +63,6 @@
shell: pfctl -f /etc/pf.conf
when: pf_conf.changed
-- name: Install nginx
- package:
- name: nginx
- state: present
-
- name: Configure nginx.conf
template:
src: usr_local_etc_nginx_nginx.conf.j2