From 8c3d23513fb3eff4fae53fda8ee674f1ceca587f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 18 Jul 2025 14:15:19 -0400 Subject: [PATCH] removed removed acceleration keywords (#85507) --- lib/ansible/keyword_desc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/keyword_desc.yml b/lib/ansible/keyword_desc.yml index 39d703a3a3f..2d4ec9aaa2a 100644 --- a/lib/ansible/keyword_desc.yml +++ b/lib/ansible/keyword_desc.yml @@ -1,6 +1,3 @@ -accelerate: "*DEPRECATED*, set to True to use accelerate connection plugin." -accelerate_ipv6: "*DEPRECATED*, set to True to force accelerate plugin to use ipv6 for its connection." -accelerate_port: "*DEPRECATED*, set to override default port use for accelerate connection." action: "The 'action' to execute for a task, it normally translates into a C(module) or action plugin." args: "A secondary way to add arguments into a task. Takes a dictionary in which keys map to options and values." always: List of tasks, in a block, that execute no matter if there is an error in the block or not.