Mention variable for context

This commit is contained in:
Michael DeHaan 2012-03-21 21:02:17 -04:00
parent 9951888af3
commit 315a6358b4

View file

@ -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: