From 156b1c524546615500a4e7b54fbf2e2c9d4d017a Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Fri, 21 Aug 2020 12:30:43 -0400 Subject: [PATCH] Keep caution tape for older versions (#71400) --- 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 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