From 4b9b5d374535708ae4a2e38e2e255bb7c65e2b98 Mon Sep 17 00:00:00 2001 From: Wojciech Sciesinski Date: Tue, 3 Sep 2019 16:47:20 +0200 Subject: [PATCH] Remove unnecessary information (#61657) --- lib/ansible/modules/utilities/helper/meta.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/utilities/helper/meta.py b/lib/ansible/modules/utilities/helper/meta.py index eb15051b1a4..2d683f02170 100644 --- a/lib/ansible/modules/utilities/helper/meta.py +++ b/lib/ansible/modules/utilities/helper/meta.py @@ -17,8 +17,6 @@ short_description: Execute Ansible 'actions' version_added: '1.2' description: - Meta tasks are a special kind of task which can influence Ansible internal execution or state. - - Prior to Ansible 2.0, the only meta option available was C(flush_handlers). - - As of Ansible 2.2, there are five meta tasks which can be used. - Meta tasks can be used anywhere within your playbook. - This module is also supported for Windows targets. options: