diff options
author | Russell Teague <rteague@redhat.com> | 2017-05-11 11:46:34 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-05-16 11:20:26 -0400 |
commit | c5c222eddb0b8950995105c4c406f5a5d0bfbacd (patch) | |
tree | 7f5cd9c30afb7f8f9e0d78696de0813078fb9928 /roles/openshift_excluder/meta | |
parent | 15fd42020a0b5fee665c45cd23b9ba3bd152251d (diff) | |
download | openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.gz openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.bz2 openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.xz openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.zip |
Rework openshift_excluders role
Diffstat (limited to 'roles/openshift_excluder/meta')
-rw-r--r-- | roles/openshift_excluder/meta/main.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/openshift_excluder/meta/main.yml b/roles/openshift_excluder/meta/main.yml index c6081cdb2..871081c19 100644 --- a/roles/openshift_excluder/meta/main.yml +++ b/roles/openshift_excluder/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: author: Scott Dodson - description: OpenShift Examples + description: OpenShift Excluder company: Red Hat, Inc. license: Apache License, Version 2.0 min_ansible_version: 2.2 @@ -12,6 +12,4 @@ galaxy_info: categories: - cloud dependencies: -- { role: openshift_facts } -- { role: openshift_repos } -- { role: lib_utils } +- role: lib_utils |