summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/HOWTO_CHECKS.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_health_checker/HOWTO_CHECKS.md')
-rw-r--r--roles/openshift_health_checker/HOWTO_CHECKS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/HOWTO_CHECKS.md b/roles/openshift_health_checker/HOWTO_CHECKS.md
index 1573c14da..6c5662a4e 100644
--- a/roles/openshift_health_checker/HOWTO_CHECKS.md
+++ b/roles/openshift_health_checker/HOWTO_CHECKS.md
@@ -10,7 +10,7 @@ Checks are typically implemented as two parts:
2. a custom Ansible module in [library/](library), for cases when the modules
shipped with Ansible do not provide the required functionality.
-The checks are called from an Ansible playbooks via the `openshift_health_check`
+The checks are called from Ansible playbooks via the `openshift_health_check`
action plugin. See
[playbooks/byo/openshift-preflight/check.yml](../../playbooks/byo/openshift-preflight/check.yml)
for an example.