Set tags correctly on the set_fact
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
950a536c8e
commit
7fcd6b2afd
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
balancer_members: "{{ openshift_nodes }}"
|
balancer_members: "{{ openshift_nodes }}"
|
||||||
when: 'targettype == "openshift" and not balancer_members is defined'
|
when: 'targettype == "openshift" and not balancer_members is defined'
|
||||||
|
tags:
|
||||||
|
- httpd
|
||||||
|
- httpd/reverseproxy
|
||||||
|
- httpd/reversepassproxy
|
||||||
|
|
||||||
- name: Copy in ProxyPassReverse for {{destname}} ({{website}}{{remotepath}})
|
- name: Copy in ProxyPassReverse for {{destname}} ({{website}}{{remotepath}})
|
||||||
template: >
|
template: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue