Revert "Enforce the _raw_params variable with include_role (#26430)"

This reverts commit 05477412ba.
pull/27073/merge
Yanis Guenane 7 years ago committed by Brian Coca
parent dfb97b2728
commit 372956c16a

@ -19,7 +19,6 @@
- block: - block:
- include_role: - include_role:
name: openvswitch_db name: openvswitch_db
_raw_params: openvswitch_db
when: "limit_to in ['*', 'openvswitch_db']" when: "limit_to in ['*', 'openvswitch_db']"
rescue: rescue:
- set_fact: - set_fact:
@ -34,4 +33,4 @@
- name: Has any previous test failed? - name: Has any previous test failed?
fail: fail:
msg: "One or more tests failed, check log for details" msg: "One or more tests failed, check log for details"
when: test_failed when: test_failed
Loading…
Cancel
Save