From 95f9917df5582d0788b638cce70655c14ca91e15 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 Oct 2012 18:14:09 -0400 Subject: [PATCH] fix mentioning of redundant aliases in module docs, remove was removed anyway --- apt | 2 +- service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apt b/apt index 2aacf4adc37..15c11d16dea 100755 --- a/apt +++ b/apt @@ -37,7 +37,7 @@ options: - Indicates the desired package state required: false default: present - choices: [ "installed", "latest", "remove", "absent", "present" ] + choices: [ "latest", "absent", "present" ] update_cache: description: - Run the equivalent of C(apt-get update) before the operation. Can be run as part of the package installation or as a seperate step diff --git a/service b/service index eb53a9c62fa..9c0fb568756 100755 --- a/service +++ b/service @@ -33,7 +33,7 @@ options: - Name of the service. state: required: false - choices: [ running, started, stopped, restarted, reloaded ] + choices: [ started, stopped, restarted, reloaded ] description: - I(started), I(stopped), I(reloaded), I(restarted). I(Started)/I(stopped) are idempotent actions that will not run