Set tags correctly on the set_fact

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-09-28 19:08:50 +02:00
parent 950a536c8e
commit 7fcd6b2afd

View file

@ -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: >