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,