diff options
author | Andrew Butcher <abutcher@redhat.com> | 2017-10-20 13:34:18 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2017-10-20 13:34:32 -0400 |
commit | 4fd0ebf47da746bd13421240b00b32b1376487e3 (patch) | |
tree | 0d56c921403c75c5d42493d3da0dcd90c7319ff0 /playbooks | |
parent | e9a4c783e654fb65111633a537ff6842535733c8 (diff) | |
download | openshift-4fd0ebf47da746bd13421240b00b32b1376487e3.tar.gz openshift-4fd0ebf47da746bd13421240b00b32b1376487e3.tar.bz2 openshift-4fd0ebf47da746bd13421240b00b32b1376487e3.tar.xz openshift-4fd0ebf47da746bd13421240b00b32b1376487e3.zip |
Ensure deployment_subtype is set within openshift_sanitize_inventory.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index 60fa44c5b..f2e52782b 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -8,5 +8,3 @@ - always - include: ../../common/openshift-cluster/config.yml - vars: - openshift_deployment_subtype: "{{ deployment_subtype | default(none) }}" |