1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/test_blocks
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
* Unit tests exposed a problem where nested blocks did not correctly
  hit rescue/always portions of parent blocks
* Cleaned up logic in PlayIterator
* Unfortunately fixing the above exposed a potential problem in the
  block integration tests, where a failure in an "always" section may
  always lead to a failed state and the termination of execution
  beyond that point, so certain parts of the block integration test
  were disabled.
2016-03-09 13:31:30 -05:00
..
block_test.out Adding block integration tests 2016-02-03 15:00:37 -05:00
fail.yml Adding block integration tests 2016-02-03 15:00:37 -05:00
main.yml Fixing PlayIterator bugs 2016-03-09 13:31:30 -05:00
nested_fail.yml Adding block integration tests 2016-02-03 15:00:37 -05:00
nested_nested_fail.yml Adding block integration tests 2016-02-03 15:00:37 -05:00