mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Correct bypass_host_loop attribute for group_by (#80380)
This action originally bypassed the host loop, but it does not currently.
This commit is contained in:
@@ -40,7 +40,7 @@ attributes:
|
||||
become:
|
||||
support: none
|
||||
bypass_host_loop:
|
||||
support: full
|
||||
support: none
|
||||
bypass_task_loop:
|
||||
support: none
|
||||
check_mode:
|
||||
|
||||
Reference in New Issue
Block a user