diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py index 8da4fe8d38ffce..6381636b3ccdc5 100644 --- a/lib/ansible/modules/meta.py +++ b/lib/ansible/modules/meta.py @@ -40,6 +40,7 @@ - C(clear_facts) will remove the persistent facts from M(ansible.builtin.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 with tags is not supported before Ansible 2.11. - This module is also supported for Windows targets. seealso: - module: ansible.builtin.assert