From 65de1f1c8b93ba452c228bcaddca15a600a8e97c Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Fri, 20 Sep 2013 15:45:22 -0600 Subject: [PATCH] Fixed typo in Role Default Variable documentation --- docsite/latest/rst/playbooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/playbooks.rst b/docsite/latest/rst/playbooks.rst index 62276b8b065..93aacc8492c 100644 --- a/docsite/latest/rst/playbooks.rst +++ b/docsite/latest/rst/playbooks.rst @@ -564,7 +564,7 @@ Role Default Variables .. versionadded:: 1.3 -Role default variables allow you to set default variables for included or dependedent roles (see below). To create +Role default variables allow you to set default variables for included or dependent roles (see below). To create defaults, simply add a `defaults/main.yml` file in your role directory. These variables will have the lowest priority of any variables available, and can be easily overridden by any other variable, including inventory variables.