From 40591d5fbbe9878427fc5b1b46ec820f69feba1a Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Tue, 14 Jul 2020 17:38:15 +0200 Subject: [PATCH] Document tags are not supported with task meta. (#70590) fixes #70338 --- lib/ansible/modules/meta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py index 706ab9c4b99..dd23e6ea81a 100644 --- a/lib/ansible/modules/meta.py +++ b/lib/ansible/modules/meta.py @@ -40,6 +40,7 @@ notes: - 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. + - Skipping C(meta) tasks using tags is not supported. - This module is also supported for Windows targets. seealso: - module: assert