From 21f6390fa34ca0e0a4736f4f2803b22356953d0f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 17 Nov 2015 10:05:15 -0800 Subject: [PATCH] clarified set_fact function --- utilities/logic/set_fact.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utilities/logic/set_fact.py b/utilities/logic/set_fact.py index f05dbf76795..3dc729d07dc 100644 --- a/utilities/logic/set_fact.py +++ b/utilities/logic/set_fact.py @@ -24,9 +24,8 @@ author: "Dag Wieers (@dagwieers)" module: set_fact short_description: Set host facts from a task description: - - This module allows setting new variables. Variables are set on a host-by-host basis - just like facts discovered by the setup module. - - These variables will survive between plays. + - This module allows setting new variables. Variables are set on a host-by-host basis just like facts discovered by the setup module. + - These variables will survive between plays during an Ansible run, but will not be saved across executions even if you use a fact cache. options: key_value: description: