1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

renamed sv to runit, avoid svc confusion

This commit is contained in:
Brian Coca 2017-01-30 10:24:43 -05:00
parent 693c176f43
commit 294a23d7f6
2 changed files with 3 additions and 2 deletions

View file

@ -128,6 +128,7 @@ Ansible Changes By Release
- packet:
* packet_device
* packet_sshkey
- runit
- smartos:
* imgadm
* vmadm

View file

@ -26,7 +26,7 @@ ANSIBLE_METADATA = {'status': ['stableinterface'],
DOCUMENTATION = '''
---
module: sv
module: runit
author: "James Sumners (@jsumners)"
version_added: "2.3"
short_description: Manage runit services.
@ -45,7 +45,7 @@ options:
commands unless necessary. C(restarted) will always bounce the
service (sv restart) and C(killed) will always bounce the service (sv force-stop).
C(reloaded) will send a HUP (sv reload).
C(once) will run a normally downed svc once (sv once), not really
C(once) will run a normally downed sv once (sv once), not really
an idempotent operation.
enabled:
required: false