mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Revert "Revert new feature so that we can make a bugfix release. Will re-revert this afterwards."
This reverts commit afba9a11af
.
This commit is contained in:
parent
3f46cdc588
commit
d8d68babe4
5 changed files with 3 additions and 7 deletions
|
@ -217,7 +217,7 @@ def main():
|
|||
name=dict(type='str', required=True),
|
||||
state=dict(type='str', choices=['killed', 'once', 'reloaded', 'restarted', 'started', 'stopped']),
|
||||
enabled=dict(type='bool'),
|
||||
dist=dict(type='str', default='runit'), # @FIXME unused param?
|
||||
dist=dict(type='str', removed_in_version='4.0.0', removed_from_collection='community.general'),
|
||||
service_dir=dict(type='str', default='/var/service'),
|
||||
service_src=dict(type='str', default='/etc/sv'),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue