diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-31 13:31:55 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-20 22:42:28 -0400 |
commit | f64635beea03cd520c5b26d544023ba51012a400 (patch) | |
tree | 9d855a0903b79dbfca65101a906d8819a40b7f71 /roles/openshift_node/meta | |
parent | c257b47a9138eff4e384218a8eef23f9bfeb701f (diff) | |
download | openshift-f64635beea03cd520c5b26d544023ba51012a400.tar.gz openshift-f64635beea03cd520c5b26d544023ba51012a400.tar.bz2 openshift-f64635beea03cd520c5b26d544023ba51012a400.tar.xz openshift-f64635beea03cd520c5b26d544023ba51012a400.zip |
Refactor openshift certificates roles.
Diffstat (limited to 'roles/openshift_node/meta')
-rw-r--r-- | roles/openshift_node/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_node/meta/main.yml b/roles/openshift_node/meta/main.yml index 97ab8241b..fd493340b 100644 --- a/roles/openshift_node/meta/main.yml +++ b/roles/openshift_node/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: description: OpenShift Node company: Red Hat, Inc. license: Apache License, Version 2.0 - min_ansible_version: 1.7 + min_ansible_version: 2.1 platforms: - name: EL versions: @@ -14,6 +14,7 @@ galaxy_info: dependencies: - role: openshift_clock - role: openshift_docker +- role: openshift_node_certificates - role: openshift_cloud_provider - role: openshift_common - role: openshift_node_dnsmasq |