From 054c6e6d1cb7378d6f2b710ecfaf40175ef5524a Mon Sep 17 00:00:00 2001 From: Charles Farquhar Date: Wed, 8 Jul 2015 23:46:38 -0500 Subject: [PATCH] Fixed minor typo in etc/README.rst "Global Options" section Change-Id: I5f43e580f55c1b16e0a009602d8856e659782594 Closes-Bug: 1472884 --- etc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/README.rst b/etc/README.rst index 710d93d643..eca7cfd5b9 100644 --- a/etc/README.rst +++ b/etc/README.rst @@ -63,7 +63,7 @@ Heres the ``used_ips`` syntax ---- -If you want to specify specific globally available options and do not want to place them in ``var_files`` or within the ``group_vars/all.yml`` file you can set them in a key = value par within the ``global_overrides`` hash. +If you want to specify specific globally available options and do not want to place them in ``var_files`` or within the ``group_vars/all.yml`` file you can set them in a key = value pair within the ``global_overrides`` hash. Here's the ``global_overrides`` syntax