mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
clarified set_fact function
This commit is contained in:
parent
801c1cab49
commit
e1d0f3ff59
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@ author: "Dag Wieers (@dagwieers)"
|
||||||
module: set_fact
|
module: set_fact
|
||||||
short_description: Set host facts from a task
|
short_description: Set host facts from a task
|
||||||
description:
|
description:
|
||||||
- This module allows setting new variables. Variables are set on a host-by-host basis
|
- This module allows setting new variables. Variables are set on a host-by-host basis just like facts discovered by the setup module.
|
||||||
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.
|
||||||
- These variables will survive between plays.
|
|
||||||
options:
|
options:
|
||||||
key_value:
|
key_value:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue