mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
documenting behaviour as clear as possible
This commit is contained in:
@@ -25,7 +25,7 @@ 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 just like facts discovered by the setup module.
|
- 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.
|
- These variables will be available to subsequent plays during an ansible-playbook run, but will not be saved across executions even if you use a fact cache.
|
||||||
options:
|
options:
|
||||||
key_value:
|
key_value:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user