mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Merge pull request #1654 from dagwieers/service-None-fix
Make the default an empty string
This commit is contained in:
@@ -265,7 +265,7 @@ def main():
|
||||
state = dict(choices=['running', 'started', 'stopped', 'restarted', 'reloaded']),
|
||||
pattern = dict(required=False, default=None),
|
||||
enabled = dict(choices=BOOLEANS),
|
||||
arguments = dict(aliases=['args']),
|
||||
arguments = dict(aliases=['args'], default=''),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user