move these to normal tasks, not pre

This commit is contained in:
Kevin Fenzi 2018-12-15 00:08:12 +00:00
parent ae66c12f8c
commit eeee134fa2

View file

@ -78,6 +78,17 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
pre_tasks:
roles:
- httpd/mod_ssl
- httpd/proxy
- varnish
#
# Re-run hosts here so things are ok for the haproxy check
#
- hosts
tasks:
#
# When we have a prerelease we also need to drop the config files.
@ -131,15 +142,6 @@
tags:
- httpd/redirect
roles:
- httpd/mod_ssl
- httpd/proxy
- varnish
#
# Re-run hosts here so things are ok for the haproxy check
#
- hosts
# After setting up the "basics" of the proxy hosts above, here below we break
# out the proxy-specific configuration into a couple different sub-playbooks.
# Othewise, this file would be unbearably long.