From 315a6358b4d3c38e1b60744c5b86cc3e6d32abed Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 21 Mar 2012 21:02:17 -0400 Subject: [PATCH] Mention variable for context --- rst/playbooks.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/rst/playbooks.rst b/rst/playbooks.rst index 6a2b0f6c13..e5936bcfd5 100644 --- a/rst/playbooks.rst +++ b/rst/playbooks.rst @@ -262,6 +262,7 @@ and allows usage of variables from anywhere in ansible, either denoted with `$do pretty simple.:: vars: + favcolor: blue is_favcolor_blue: "'$favcolor' == 'blue'" is_centos: "'$facter_operatingsystem' == 'CentOS'" tasks: