mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Mention variable for context
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user