Tweak block integration tests to also test the free strategy

This commit is contained in:
James Cammarata
2016-02-03 18:42:06 -05:00
parent 5466510edb
commit 8039ceee0f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
- name: simple block test
hosts: localhost
gather_facts: yes
strategy: "{{test_strategy|default('linear')}}"
vars:
block_tasks_run: false
block_rescue_run: false
@@ -60,6 +61,7 @@
- name: block with includes
hosts: localhost
gather_facts: yes
strategy: "{{test_strategy|default('linear')}}"
vars:
rescue_run_after_include_fail: false
always_run_after_include_fail_in_rescue: false