From 294a23d7f6514dce2b6bb197b796b7bc261b4e05 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 30 Jan 2017 10:24:43 -0500 Subject: [PATCH] renamed sv to runit, avoid svc confusion --- CHANGELOG.md | 1 + lib/ansible/modules/system/{sv.py => runit.py} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename lib/ansible/modules/system/{sv.py => runit.py} (98%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bae32e95a4..cdb6ceecfa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,7 @@ Ansible Changes By Release - packet: * packet_device * packet_sshkey +- runit - smartos: * imgadm * vmadm diff --git a/lib/ansible/modules/system/sv.py b/lib/ansible/modules/system/runit.py similarity index 98% rename from lib/ansible/modules/system/sv.py rename to lib/ansible/modules/system/runit.py index 3117136882f..edbd2f1cf3f 100644 --- a/lib/ansible/modules/system/sv.py +++ b/lib/ansible/modules/system/runit.py @@ -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