diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-19 11:07:39 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-19 11:07:39 -0400 |
commit | 420c7891d7355038e7236f843c87a0d17bb7474f (patch) | |
tree | ba25f65597474b952bf304e70f3edfa053bcd928 /roles/openshift_master_ca | |
parent | db2efee4e4df23c9aaa3a043b8281bdf3b927560 (diff) | |
parent | 638eeaff58fd871d145ca2037f5493dfbbd38ce0 (diff) | |
download | openshift-420c7891d7355038e7236f843c87a0d17bb7474f.tar.gz openshift-420c7891d7355038e7236f843c87a0d17bb7474f.tar.bz2 openshift-420c7891d7355038e7236f843c87a0d17bb7474f.tar.xz openshift-420c7891d7355038e7236f843c87a0d17bb7474f.zip |
Merge pull request #365 from detiber/ha_master
Update dependencies to ensure repos are available before openshift_master_* and etcd_* roles are run
Diffstat (limited to 'roles/openshift_master_ca')
-rw-r--r-- | roles/openshift_master_ca/meta/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_ca/meta/main.yml b/roles/openshift_master_ca/meta/main.yml index f3236e850..0c8881521 100644 --- a/roles/openshift_master_ca/meta/main.yml +++ b/roles/openshift_master_ca/meta/main.yml @@ -13,4 +13,4 @@ galaxy_info: - cloud - system dependencies: -- { role: openshift_facts } +- { role: openshift_repos } |