Ansible_managed is only available to the template and win_template modules
Update the config docs to note that. Fixes #37219
This commit is contained in:
parent
bbfd6c6ab1
commit
8eaef34340
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ DEFAULT_LOOKUP_PLUGIN_PATH:
|
|||
DEFAULT_MANAGED_STR:
|
||||
name: Ansible managed
|
||||
default: 'Ansible managed'
|
||||
description: Sets the macro for the 'ansible_managed' variable available for M(template) tasks.
|
||||
description: Sets the macro for the 'ansible_managed' variable available for M(template) and M(win_template) modules. This is only relevant for those two modules.
|
||||
env: []
|
||||
ini:
|
||||
- {key: ansible_managed, section: defaults}
|
||||
|
|
Loading…
Reference in a new issue