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:
parent
dfb97b2728
commit
372956c16a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue