mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Revert "Enforce the _raw_params variable with include_role (#26430)"
This reverts commit 05477412ba.
This commit is contained in:
committed by
Brian Coca
parent
dfb97b2728
commit
372956c16a
@@ -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
|
||||
Reference in New Issue
Block a user