mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add variable precedence warning to set_fact documentation. (#20774)
* add variable precedence warning to documentation. Not sure how to link to other documentation. * fix wording, thx bcoca
This commit is contained in:
parent
e401b8e827
commit
4d57515aec
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ 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 be available to subsequent plays during an ansible-playbook run, but will not be saved across executions even if you use a fact cache.
|
||||
- Per the standard Ansible variable precedence rules, many other types of variables have a higher priority, so this value may be overridden. See U(http://docs.ansible.com/ansible/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable) for more information.
|
||||
options:
|
||||
key_value:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue