diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-12 14:11:38 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-12 14:13:57 -0500 |
commit | efe272a51c39c46583ba9a0d2a20644fc251da55 (patch) | |
tree | 347caaf22d3da922717b3bc764421f20ef6ad083 /playbooks/openshift-master | |
parent | 01ae634a0bf89fe840006f9139f8ffd20e09afc8 (diff) | |
download | openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.gz openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.bz2 openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.tar.xz openshift-efe272a51c39c46583ba9a0d2a20644fc251da55.zip |
Remove empty openshift_hosted_facts role
This commit removes a now-empty role.
Diffstat (limited to 'playbooks/openshift-master')
-rw-r--r-- | playbooks/openshift-master/private/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openshift-master/private/config.yml b/playbooks/openshift-master/private/config.yml index 9f6d5afcc..15d301ddb 100644 --- a/playbooks/openshift-master/private/config.yml +++ b/playbooks/openshift-master/private/config.yml @@ -180,7 +180,6 @@ }}" roles: - role: openshift_master_facts - - role: openshift_hosted_facts - role: openshift_clock - role: openshift_cloud_provider - role: openshift_builddefaults |