diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-03 09:07:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 09:07:54 -0500 |
commit | fc1c4f8ff769e8da5823494209d875a37483a01e (patch) | |
tree | 7330eb10177d73fb07e7ad677760a702b12ecb5b /roles | |
parent | b777f84e9e86558e9083b5ce8e62d606f955be55 (diff) | |
parent | 6887419676d5c965164f1de6bea3a9459e3bb197 (diff) | |
download | openshift-fc1c4f8ff769e8da5823494209d875a37483a01e.tar.gz openshift-fc1c4f8ff769e8da5823494209d875a37483a01e.tar.bz2 openshift-fc1c4f8ff769e8da5823494209d875a37483a01e.tar.xz openshift-fc1c4f8ff769e8da5823494209d875a37483a01e.zip |
Merge pull request #3550 from ewolinetz/logging_update_meta
Removing the openshift_master_facts dependency
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_logging/meta/main.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_logging/meta/main.yaml b/roles/openshift_logging/meta/main.yaml index bc45dcdab..9c480f73a 100644 --- a/roles/openshift_logging/meta/main.yaml +++ b/roles/openshift_logging/meta/main.yaml @@ -14,4 +14,3 @@ galaxy_info: dependencies: - role: lib_openshift - role: openshift_facts -- role: openshift_master_facts |