Commit 315a6358 by Michael DeHaan

Mention variable for context

parent 9951888a
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment