From 4200457235b44ac1e6d891d2d356a7165c9335e0 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 10 Apr 2017 14:41:23 -0400 Subject: [PATCH] Fix typo --- module_utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_utils/README.md b/module_utils/README.md index d75bf7de..e8c0d21f 100644 --- a/module_utils/README.md +++ b/module_utils/README.md @@ -4,4 +4,4 @@ If you're running Ansible 2.3, custom module_utils is supported. The K8s and OpenShift common modules will land in Ansible 2.4, so for now we're including the latest here, just to make life a little easier for those not running Ansible from source. As indicated above, you will need to have Ansible 2.3 installed for this to work. -If your install Ansible fails to find the common modules from this folder, then the easiest solution may be to run Ansible from source. If you need assistance, please view the [Running From Source guide](http://docs.ansible.com/ansible/intro_installation.html#running-from-source). +If your install of Ansible fails to find the common modules, then the easiest solution may be to run Ansible from source. If you need assistance, please view the [Running From Source guide](http://docs.ansible.com/ansible/intro_installation.html#running-from-source).