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