diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-31 11:48:36 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-31 11:48:36 -0400 |
commit | 272ee48caeeab8692f40f0f667e931879f9a0494 (patch) | |
tree | 45115294ea2abb78c2a1ccbbd36cbfbca581ca32 /roles/openshift_common/meta | |
parent | f7a9a0ce7a5057a25cea7e9f66576101a9e9f43a (diff) | |
parent | 67fda43df08a260571eb9b1d7f1ecdab5e323c41 (diff) | |
download | openshift-272ee48caeeab8692f40f0f667e931879f9a0494.tar.gz openshift-272ee48caeeab8692f40f0f667e931879f9a0494.tar.bz2 openshift-272ee48caeeab8692f40f0f667e931879f9a0494.tar.xz openshift-272ee48caeeab8692f40f0f667e931879f9a0494.zip |
Merge pull request #1634 from abutcher/aws-cloud-provider
AWS cloud provider
Diffstat (limited to 'roles/openshift_common/meta')
-rw-r--r-- | roles/openshift_common/meta/main.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/openshift_common/meta/main.yml b/roles/openshift_common/meta/main.yml index d879db0aa..02150406d 100644 --- a/roles/openshift_common/meta/main.yml +++ b/roles/openshift_common/meta/main.yml @@ -12,7 +12,6 @@ galaxy_info: categories: - cloud dependencies: -- { role: os_firewall } -- { role: openshift_facts } -- { role: openshift_repos } -- { role: openshift_cloud_provider } +- role: os_firewall +- role: openshift_facts +- role: openshift_repos |