Style fix for xbps module

pull/18777/head
Ryan S. Brown 8 years ago committed by Matt Clay
parent 3821ea020f
commit 92588923f4

@ -235,7 +235,7 @@ def main():
argument_spec=dict(
name=dict(default=None, aliases=['pkg', 'package'], type='list'),
state=dict(default='present', choices=['present', 'installed',
"latest", 'absent',
'latest', 'absent',
'removed']),
recurse=dict(default=False, type='bool'),
force=dict(default=False, type='bool'),

Loading…
Cancel
Save