fix mentioning of redundant aliases in module docs, remove was removed anyway
This commit is contained in:
parent
6f4c3deb11
commit
95f9917df5
2 changed files with 2 additions and 2 deletions
2
apt
2
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
|
||||
|
|
2
service
2
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
|
||||
|
|
Loading…
Reference in a new issue