summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/package_update.py
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-14 20:08:13 -0400
committerGitHub <noreply@github.com>2017-06-14 20:08:13 -0400
commit7986d8bfa10d6ba3c968ab1dae277063ab612ecb (patch)
tree736f9fc2d40b32521f657feb6bc31eae0acca83d /roles/openshift_health_checker/openshift_checks/package_update.py
parent916ea2cadd358e443f57963312a7c22f96d9cd2f (diff)
parentf19d2747ed9cc40f6eb68f2383f44f268c5a431a (diff)
downloadopenshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.gz
openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.bz2
openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.xz
openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.zip
Merge pull request #4397 from sosiouxme/20170608-include-more-install-checks
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_health_checker/openshift_checks/package_update.py')
-rw-r--r--roles/openshift_health_checker/openshift_checks/package_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/openshift_checks/package_update.py b/roles/openshift_health_checker/openshift_checks/package_update.py
index fd0c0a755..f432380c6 100644
--- a/roles/openshift_health_checker/openshift_checks/package_update.py
+++ b/roles/openshift_health_checker/openshift_checks/package_update.py
@@ -11,4 +11,4 @@ class PackageUpdate(NotContainerizedMixin, OpenShiftCheck):
def run(self, tmp, task_vars):
args = {"packages": []}
- return self.execute_module("check_yum_update", args, tmp, task_vars)
+ return self.execute_module("check_yum_update", args, tmp=tmp, task_vars=task_vars)