diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-11-27 13:05:42 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-11-27 13:05:42 -0500 |
commit | 08fca0216aeddf24f8c1a4e33fa522021fad249f (patch) | |
tree | e0c76624405a4ffeee5f3d2890d7999f54058aaa /playbooks/openshift-etcd/private/ca.yml | |
parent | 9dbcf7bfda85d33f2d0d9653ab5a3cab714b3514 (diff) | |
download | openshift-08fca0216aeddf24f8c1a4e33fa522021fad249f.tar.gz openshift-08fca0216aeddf24f8c1a4e33fa522021fad249f.tar.bz2 openshift-08fca0216aeddf24f8c1a4e33fa522021fad249f.tar.xz openshift-08fca0216aeddf24f8c1a4e33fa522021fad249f.zip |
Remove openshift_clock from meta depends
This commit adds openshift_clock role to required plays
instead of using meta_depends.
Diffstat (limited to 'playbooks/openshift-etcd/private/ca.yml')
-rw-r--r-- | playbooks/openshift-etcd/private/ca.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/openshift-etcd/private/ca.yml b/playbooks/openshift-etcd/private/ca.yml index ac5543be9..c9f186e72 100644 --- a/playbooks/openshift-etcd/private/ca.yml +++ b/playbooks/openshift-etcd/private/ca.yml @@ -2,6 +2,7 @@ - name: Generate new etcd CA hosts: oo_first_etcd roles: + - role: openshift_clock - role: openshift_etcd_facts tasks: - include_role: |