From 372956c16a115a0b09b3b9d2e196b0c213c614dc Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 25 Jul 2017 16:11:38 +0200 Subject: [PATCH] Revert "Enforce the _raw_params variable with include_role (#26430)" This reverts commit 05477412ba122fe3b3d52ddeb2c3ab813979a33c. --- test/integration/ovs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/ovs.yaml b/test/integration/ovs.yaml index 09f121e9782..821bfdf9dfd 100644 --- a/test/integration/ovs.yaml +++ b/test/integration/ovs.yaml @@ -19,7 +19,6 @@ - block: - include_role: name: openvswitch_db - _raw_params: openvswitch_db when: "limit_to in ['*', 'openvswitch_db']" rescue: - set_fact: @@ -34,4 +33,4 @@ - name: Has any previous test failed? fail: msg: "One or more tests failed, check log for details" - when: test_failed + when: test_failed \ No newline at end of file