diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-21 12:54:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 12:54:12 -0500 |
commit | f3c09db7db08c02f710de231f7a1eee470be46f6 (patch) | |
tree | 30bcedee2364326e90489430891874ccbe84c70c /roles | |
parent | 814b1117039c353fca9a3282f6c424200373df75 (diff) | |
parent | b8dc610142f88508221d69eeab02ff5f58b5f0c8 (diff) | |
download | openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.gz openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.bz2 openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.xz openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.zip |
Merge pull request #3440 from rhcarvalho/update-homepage
Update homepage and 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. |