summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/mixins.py
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-12 23:15:37 -0400
committerGitHub <noreply@github.com>2017-09-12 23:15:37 -0400
commitda1b27cbc9294993343c6dee3065a6b57aa148c2 (patch)
treeddaef75a6e267689c873a1e8e886cd362ba3ff0b /roles/openshift_health_checker/openshift_checks/mixins.py
parent6078b3b18e50947d88195ae47285e37a3581bc35 (diff)
parent5f54a91de69bafa70fc4e2657c8bdd8a82c54f11 (diff)
downloadopenshift-da1b27cbc9294993343c6dee3065a6b57aa148c2.tar.gz
openshift-da1b27cbc9294993343c6dee3065a6b57aa148c2.tar.bz2
openshift-da1b27cbc9294993343c6dee3065a6b57aa148c2.tar.xz
openshift-da1b27cbc9294993343c6dee3065a6b57aa148c2.zip
Merge pull request #5365 from sosiouxme/20170908-disconnected-image-check
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_health_checker/openshift_checks/mixins.py')
-rw-r--r--roles/openshift_health_checker/openshift_checks/mixins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/openshift_checks/mixins.py b/roles/openshift_health_checker/openshift_checks/mixins.py
index e9bae60a3..24f1d938a 100644
--- a/roles/openshift_health_checker/openshift_checks/mixins.py
+++ b/roles/openshift_health_checker/openshift_checks/mixins.py
@@ -36,7 +36,7 @@ class DockerHostMixin(object):
# NOTE: we would use the "package" module but it's actually an action plugin
# and it's not clear how to invoke one of those. This is about the same anyway:
- result = self.execute_module(
+ result = self.execute_module_with_retries(
self.get_var("ansible_pkg_mgr", default="yum"),
{"name": self.dependencies, "state": "present"},
)