Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- file1.yml
- ------------------
- - include_tasks: file2.yml
- var:
- mode: "sp"
- file2.yml
- ------------------
- - do_something
- when: mode = "sp"
- -----------------
- results in error saying mode is undefined in the when statement
Advertisement
Add Comment
Please, Sign In to add comment