Fix up egresspolicy source vs dest

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-06-20 09:44:10 +02:00
parent 8f771ecaa0
commit 43af7f9206
2 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@
allow_fas_db: false allow_fas_db: false
allow_phx2: true allow_phx2: true
egress_policy_template: egresspolicy.yml egress_policy_template: "{{roles_path}}/openshift/project/templates/egresspolicy.yml"

View file

@ -62,7 +62,7 @@
include_role: include_role:
name: openshift/object name: openshift/object
vars: vars:
objectname: "{{ egress_policy_template }}" objectname: egresspolicy.yml
template_fullpath: "{{roles_path}}/openshift/project/templates/egresspolicy.yml" template_fullpath: "{{ egress_policy_template }}"
tags: tags:
- openshift/egressnetworkpolicy - openshift/egressnetworkpolicy