[ansible-project] [ansible 2.2.0] Blocks and When condiftion

2016-11-09 Thread Josh Smift
PM> Since ansible 2.2.0 when using a when condition for a block, inner PM> when are no more evaluated and are executed. Hmm, I can't reproduce this. In your example playbook, you say "blocks" rather than "block", but that gives an immediate syntax error. Here's how I tried to reproduce it.

[ansible-project] [ansible 2.2.0] Blocks and When condiftion

2016-11-08 Thread Patrick Montanari
Hello, Since ansible 2.2.0 when using a when condition for a block, inner when are no more evaluated and are executed. Ex: - blocks: - include xxx.yml when: condition1 - include: yyy.yml when: condition2 when: block_condition It is fine with ansible 2.1.0 -- You received