Fix up egresspolicy source vs dest
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8f771ecaa0
commit
43af7f9206
2 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
allow_fas_db: false
|
||||
allow_phx2: true
|
||||
|
||||
egress_policy_template: egresspolicy.yml
|
||||
egress_policy_template: "{{roles_path}}/openshift/project/templates/egresspolicy.yml"
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
include_role:
|
||||
name: openshift/object
|
||||
vars:
|
||||
objectname: "{{ egress_policy_template }}"
|
||||
template_fullpath: "{{roles_path}}/openshift/project/templates/egresspolicy.yml"
|
||||
objectname: egresspolicy.yml
|
||||
template_fullpath: "{{ egress_policy_template }}"
|
||||
tags:
|
||||
- openshift/egressnetworkpolicy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue