1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This reverts commit 05477412ba.
This commit is contained in:
Yanis Guenane 2017-07-25 16:11:38 +02:00 committed by Brian Coca
parent dfb97b2728
commit 372956c16a

View file

@ -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