diff options
Diffstat (limited to 'test/integration/targets/includes/test_includes2.yml')
-rw-r--r-- | test/integration/targets/includes/test_includes2.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/integration/targets/includes/test_includes2.yml b/test/integration/targets/includes/test_includes2.yml index 1b15682d70..d8dcf10e15 100644 --- a/test/integration/targets/includes/test_includes2.yml +++ b/test/integration/targets/includes/test_includes2.yml @@ -1,8 +1,7 @@ - - name: verify playbook includes can take parameters hosts: testhost tasks: - - assert: + - assert: that: - "parameter1 == 'asdf'" - "parameter2 == 'jkl'" @@ -10,7 +9,7 @@ - name: verify task include logic hosts: testhost gather_facts: True - roles: + roles: - { role: test_includes, tags: test_includes } tasks: - include: roles/test_includes/tasks/not_a_role_task.yml |