From 095400c45ea2eb45ebf9a33388282c116451c6cb Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Wed, 8 Oct 2014 22:25:02 +1100 Subject: [PATCH] Add comment to command options dict --- lib/ansible/modules/commands/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index 90a94fd8369..75927a5ba0b 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -100,6 +100,7 @@ EXAMPLES = ''' creates: /path/to/database ''' +# Dict of options and their defaults OPTIONS = {'chdir': None, 'creates': None, 'executable': None,