summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/test_include_host_pinned.yml
blob: 6ff92c66e13578f71e9bfb30356b25942478dee7 (plain)
1
2
3
4
5
6
7
8
9
- hosts: testhost
  gather_facts: no
  strategy: host_pinned
  roles:
    - test_includes_host_pinned
  tasks:
    - assert:
        that:
          - "inner_host_pinned == 'reached'"