This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
5e5235a433
community.general
/
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' "
Copy permalink