From 936e757478146c06c164acb16e0b70c20c3ed57a Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 13 Mar 2024 01:02:38 +1000 Subject: [PATCH] Document no until support for meta (#82795) --- lib/ansible/modules/meta.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py index d17b70008a6..0baea37d677 100644 --- a/lib/ansible/modules/meta.py +++ b/lib/ansible/modules/meta.py @@ -62,6 +62,8 @@ attributes: connection: details: Most options in this action do not use a connection, except V(reset_connection) which still does not connect to the remote support: partial + until: + support: none notes: - V(clear_facts) will remove the persistent facts from M(ansible.builtin.set_fact) using O(ansible.builtin.set_fact#module:cacheable=True), but not the current host variable it creates for the current run.