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:
Toshio Kuratomi 2018-04-20 12:32:00 -07:00 committed by Brian Coca
parent bbfd6c6ab1
commit 8eaef34340

View file

@ -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}