1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Styling: trailing spaces

This commit is contained in:
Michael DeHaan 2013-06-30 18:52:57 -04:00
parent fc8ffc1864
commit 39834d854c

View file

@ -183,12 +183,12 @@ def main():
) )
# These params are allowed for certain commands only # These params are allowed for certain commands only
specific_params = ('apps', 'database', 'failfast', 'fixtures', 'liveserver', 'testrunner', ) specific_params = ('apps', 'database', 'failfast', 'fixtures', 'liveserver', 'testrunner')
# These params are automatically added to the command if present # These params are automatically added to the command if present
general_params = ('settings', 'pythonpath', ) general_params = ('settings', 'pythonpath', )
specific_boolean_params = ('failfast', 'skip', 'merge', 'link' ) specific_boolean_params = ('failfast', 'skip', 'merge', 'link')
end_of_command_params = ('apps', 'cache_table', 'fixtures', ) end_of_command_params = ('apps', 'cache_table', 'fixtures')
module = AnsibleModule( module = AnsibleModule(
argument_spec=dict( argument_spec=dict(