From eb83c6f4e772c6861e41b4cc17296e00747d83aa Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Thu, 1 Jun 2017 13:01:01 -0700 Subject: [PATCH] Fixes documentation (#25273) This plugin was released with 2.4 but mentions it supports 2.3. This patch fixes that. --- lib/ansible/modules/network/f5/bigip_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/network/f5/bigip_command.py b/lib/ansible/modules/network/f5/bigip_command.py index a4f767c4de..dd5c49765c 100644 --- a/lib/ansible/modules/network/f5/bigip_command.py +++ b/lib/ansible/modules/network/f5/bigip_command.py @@ -83,7 +83,6 @@ options: notes: - Requires the f5-sdk Python package on the host. This is as easy as pip install f5-sdk. - - Requires Ansible >= 2.3. requirements: - f5-sdk >= 2.2.3 extends_documentation_fragment: f5