From 9dc1f5693c564511044ffb38f2164343ea1131e2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 15 Apr 2015 10:02:30 -0400 Subject: [PATCH] updated content description to discourage using as a tempalte module --- lib/ansible/modules/files/copy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index 035b18a16bd..e80ed805539 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/files/copy.py @@ -43,6 +43,7 @@ options: version_added: "1.1" description: - When used instead of 'src', sets the contents of a file directly to the specified value. + This is for simple values, for anything complex or with formatting please switch to the template module. required: false default: null dest: