summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/test_include_host_pinned.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/includes/test_include_host_pinned.yml')
-rw-r--r--test/integration/targets/includes/test_include_host_pinned.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/includes/test_include_host_pinned.yml b/test/integration/targets/includes/test_include_host_pinned.yml
new file mode 100644
index 0000000..6ff92c6
--- /dev/null
+++ b/test/integration/targets/includes/test_include_host_pinned.yml
@@ -0,0 +1,9 @@
+- hosts: testhost
+ gather_facts: no
+ strategy: host_pinned
+ roles:
+ - test_includes_host_pinned
+ tasks:
+ - assert:
+ that:
+ - "inner_host_pinned == 'reached'"