From 8eaef343402c515cd8185e4b36f9a29be326a7c0 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 20 Apr 2018 12:32:00 -0700 Subject: [PATCH] Ansible_managed is only available to the template and win_template modules Update the config docs to note that. Fixes #37219 --- lib/ansible/config/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index c28cef1cd8c..5a9c8e61d24 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -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}