mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Style fix for xbps module
This commit is contained in:
parent
3821ea020f
commit
92588923f4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue