From b4775234c9260f13a139eafe4a364fae6685e36f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 19 May 2015 10:44:17 -0400 Subject: [PATCH] minor docfix --- lib/ansible/modules/files/file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/files/file.py b/lib/ansible/modules/files/file.py index 8da87b0707e..96d5e6df38e 100644 --- a/lib/ansible/modules/files/file.py +++ b/lib/ansible/modules/files/file.py @@ -66,7 +66,6 @@ options: src: required: false default: null - choices: [] description: - path of the file to link to (applies only to C(state=link)). Will accept absolute, relative and nonexisting paths. Relative paths are not expanded.