summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/action_plugins/openshift_health_check.py
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-23 16:44:03 -0400
committerGitHub <noreply@github.com>2017-10-23 16:44:03 -0400
commit5c5aa53c0c9e7c12169f9c7e2565a6166f0baf63 (patch)
treec34deec242e847aeec4470042715e3738aa4ab95 /roles/openshift_health_checker/action_plugins/openshift_health_check.py
parent9d62027ef74197cfe0dd52ed2ca9bd9b0319a496 (diff)
parent23b37a72ef60e7d7830321ba65c5e98bf9563232 (diff)
downloadopenshift-5c5aa53c0c9e7c12169f9c7e2565a6166f0baf63.tar.gz
openshift-5c5aa53c0c9e7c12169f9c7e2565a6166f0baf63.tar.bz2
openshift-5c5aa53c0c9e7c12169f9c7e2565a6166f0baf63.tar.xz
openshift-5c5aa53c0c9e7c12169f9c7e2565a6166f0baf63.zip
Merge pull request #5781 from mgugino-upstream-stage/fix-reg-auth-templating
Ensure proper variable templating for skopeo auth credentials
Diffstat (limited to 'roles/openshift_health_checker/action_plugins/openshift_health_check.py')
-rw-r--r--roles/openshift_health_checker/action_plugins/openshift_health_check.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/action_plugins/openshift_health_check.py b/roles/openshift_health_checker/action_plugins/openshift_health_check.py
index 326176273..3ee3b132c 100644
--- a/roles/openshift_health_checker/action_plugins/openshift_health_check.py
+++ b/roles/openshift_health_checker/action_plugins/openshift_health_check.py
@@ -101,7 +101,8 @@ class ActionModule(ActionBase):
execute_module=self._execute_module,
tmp=tmp,
task_vars=task_vars,
- want_full_results=want_full_results
+ want_full_results=want_full_results,
+ templar=self._templar
)
return known_checks