mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Set tags correctly on the set_fact
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
set_fact:
|
||||
balancer_members: "{{ openshift_nodes }}"
|
||||
when: 'targettype == "openshift" and not balancer_members is defined'
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/reverseproxy
|
||||
- httpd/reversepassproxy
|
||||
|
||||
- name: Copy in ProxyPassReverse for {{destname}} ({{website}}{{remotepath}})
|
||||
template: >
|
||||
|
||||
Reference in New Issue
Block a user