|
|
|
@ -35,8 +35,10 @@ options:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
cacheable:
|
|
|
|
cacheable:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- This boolean indicates if the facts set will also be added to the
|
|
|
|
- This boolean converts the variable into an actual 'fact' which will also be added to the fact cache, if fact caching is enabled.
|
|
|
|
fact cache, if fact caching is enabled.
|
|
|
|
- Normally this module creates 'host level variables' and has much higher precedence, this option changes the nature and precedence
|
|
|
|
|
|
|
|
(by 7 steps) of the variable created.
|
|
|
|
|
|
|
|
https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
default: 'no'
|
|
|
|
default: 'no'
|
|
|
|
version_added: "2.4"
|
|
|
|
version_added: "2.4"
|
|
|
|
|