pull/32/merge
Mike Buzzetti 9 years ago
commit 670f18e41b
  1. 2
      defaults/main.yml
  2. 1
      tasks/main.yml

@ -40,3 +40,5 @@ nginx_upstreams: []
# "srv2.example.com weight=3",
# "srv3.example.com"
# }
nginx_enable_restart: true

@ -27,5 +27,6 @@
- name: Ensure nginx is started and enabled to start at boot.
service: name=nginx state=started enabled=yes
when: nginx_enable_restart
- include: vhosts.yml