diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-21 18:47:29 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-21 18:47:29 +0100 |
commit | b8dc610142f88508221d69eeab02ff5f58b5f0c8 (patch) | |
tree | 30bcedee2364326e90489430891874ccbe84c70c /roles | |
parent | 39812be2b4a4668fb159dd7e3d131037fdec332f (diff) | |
download | openshift-b8dc610142f88508221d69eeab02ff5f58b5f0c8.tar.gz openshift-b8dc610142f88508221d69eeab02ff5f58b5f0c8.tar.bz2 openshift-b8dc610142f88508221d69eeab02ff5f58b5f0c8.tar.xz openshift-b8dc610142f88508221d69eeab02ff5f58b5f0c8.zip |
Fix typo
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_health_checker/HOWTO_CHECKS.md | 2 |
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. |