From 77198b09e94d9f7f087071f1b693b2d52a790258 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 12 Mar 2013 01:06:55 -0400 Subject: [PATCH] Add content to the list of file common arguments. --- lib/ansible/module_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/module_common.py b/lib/ansible/module_common.py index 72a82ea3f7..68fd692c64 100644 --- a/lib/ansible/module_common.py +++ b/lib/ansible/module_common.py @@ -107,6 +107,7 @@ FILE_COMMON_ARGUMENTS=dict( serole = dict(), selevel = dict(), setype = dict(), + content = dict(), ) def get_platform():