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_master/tasks | |
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_master/tasks')
-rw-r--r-- | roles/openshift_master/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml index 7a80ed8e3..b865013a3 100644 --- a/roles/openshift_master/tasks/main.yml +++ b/roles/openshift_master/tasks/main.yml @@ -210,6 +210,7 @@ until: api_available_output.stdout == 'ok' retries: 120 delay: 1 + run_once: true changed_when: false when: openshift_master_ha | bool and openshift.master.cluster_method == 'native' and master_api_service_status_changed | bool |