This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cf5b1620b7
ansible
/
test
/
common_vars.yml
5 lines
61 B
YAML
Raw
Normal View
History
Unescape
Escape
Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!
2012-03-20 02:42:31 +00:00
---
duck
:
quack
cow
:
moo
Fix correct variable expansion in includes only_if. There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
2012-05-11 13:06:34 +00:00
extguard
:
" '$favcolor' == 'blue' "
Reference in a new issue
Copy permalink