summaryrefslogtreecommitdiff
path: root/test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml')
-rw-r--r--test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml b/test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml
index 5403ae23..ec5619f3 100644
--- a/test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml
+++ b/test/integration/targets/module_precedence/modules_test_multiple_roles_reverse_order.yml
@@ -13,4 +13,4 @@
- assert:
that:
- '"location" in result'
- - 'result["location"] == "{{ expected_location}}"'
+ - 'result["location"] == expected_location'