Skip to content

Instantly share code, notes, and snippets.

@abadger
Created October 1, 2014 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abadger/c8de61b23ff251566bed to your computer and use it in GitHub Desktop.
Save abadger/c8de61b23ff251566bed to your computer and use it in GitHub Desktop.
diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst
index c5eeff0..44b5660 100644
--- a/docsite/rst/playbooks_variables.rst
+++ b/docsite/rst/playbooks_variables.rst
@@ -948,9 +948,10 @@ a use for it.
If multiple variables of the same name are defined in different places, they win in a certain order, which is::
- * -e variables always win
+ * variables defined in -e on the command line always win
* then comes "most everything else"
* then comes variables defined in inventory
+ * then comes the other command line switches (-u, -U, etc)
* then comes facts discovered about a system
* then "role defaults", which are the most "defaulty" and lose in priority to everything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment