This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
5504f13c68
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 03:42:31 +01: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 15:06:34 +02:00
extguard
:
" '$favcolor' == 'blue' "
Reference in a new issue
Copy permalink