diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-05-11 21:14:17 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-05-11 21:14:17 +0000 |
commit | cd1157b42dce20aa0d0b39a1f13dfa4df31e0561 (patch) | |
tree | 74bc5ce11d5093d0291f9a35463011babd8c2dd5 | |
parent | ee347d51790edc7d7e176646ffb0f4e056e85644 (diff) | |
download | ansible-cd1157b42dce20aa0d0b39a1f13dfa4df31e0561.tar.gz ansible-cd1157b42dce20aa0d0b39a1f13dfa4df31e0561.tar.xz ansible-cd1157b42dce20aa0d0b39a1f13dfa4df31e0561.zip |
Remove duplicate entry
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/groups/os-cluster.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 9f76498e6..86b388117 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -102,7 +102,6 @@ openshift_cluster_nodes_group: "os-nodes-stg", openshift_cluster_infra_group: "os-nodes-stg", openshift_auth_profile: "fedoraidp-stg", - openshift_cluster_url: "{{os_url}}", openshift_master_ha: true, openshift_debug_level: 2, openshift_deployment_type: "openshift-enterprise", |