summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/strategy_free/test_last_include_in_always.yml
blob: 205f32312774ab6cdf5a982cf3440ff751fc72a0 (plain)
1
2
3
4
5
6
7
8
9
- hosts: testhost
  gather_facts: false
  strategy: free
  tasks:
    - block:
        - name: EXPECTED FAILURE
          fail:
      always:
        - include_tasks: last_include_tasks.yml