mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
* Deprecate param dist
* added changelog fragment
* added changelog fragment
* Removed ignore lines for runit
(cherry picked from commit e0dd4b240f)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user