move these to normal tasks, not pre
This commit is contained in:
parent
ae66c12f8c
commit
eeee134fa2
1 changed files with 11 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue