From a82156a63fe35bc441b6636c7e2bf6eede2a40e6 Mon Sep 17 00:00:00 2001 From: Sayed Anisul Hoque Date: Mon, 17 Jun 2019 23:33:07 +0200 Subject: [PATCH] Updated Notes section of the meta (#57921) Docs: note that 'meta` tasks are handled differently internally than 'normal tasks' so looping on meta tasks is not supported. --- lib/ansible/modules/utilities/helper/meta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/utilities/helper/meta.py b/lib/ansible/modules/utilities/helper/meta.py index 34a88b6c997..eb15051b1a4 100644 --- a/lib/ansible/modules/utilities/helper/meta.py +++ b/lib/ansible/modules/utilities/helper/meta.py @@ -44,6 +44,7 @@ notes: - C(meta) is not really a module nor action_plugin as such it cannot be overwritten. - C(clear_facts) will remove the persistent facts from M(set_fact) using C(cacheable=True), but not the current host variable it creates for the current run. + - Looping on meta tasks is not supported. - This module is also supported for Windows targets. seealso: - module: assert