From fc5c0aadc92837cda5d81cadd9402ef88a562455 Mon Sep 17 00:00:00 2001 From: flowerysong Date: Wed, 5 Apr 2023 17:51:25 -0400 Subject: [PATCH] Correct bypass_host_loop attribute for group_by (#80380) This action originally bypassed the host loop, but it does not currently. --- lib/ansible/modules/group_by.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/group_by.py b/lib/ansible/modules/group_by.py index ef641f2cf82..0d1e0c8e884 100644 --- a/lib/ansible/modules/group_by.py +++ b/lib/ansible/modules/group_by.py @@ -40,7 +40,7 @@ attributes: become: support: none bypass_host_loop: - support: full + support: none bypass_task_loop: support: none check_mode: