mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
move these to normal tasks, not pre
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user