mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix mentioning of redundant aliases in module docs, remove was removed anyway
This commit is contained in:
parent
7644dbe330
commit
29d49d415f
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ options:
|
||||||
- Indicates the desired package state
|
- Indicates the desired package state
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "installed", "latest", "remove", "absent", "present" ]
|
choices: [ "latest", "absent", "present" ]
|
||||||
update_cache:
|
update_cache:
|
||||||
description:
|
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
|
- 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
|
||||||
|
|
|
@ -33,7 +33,7 @@ options:
|
||||||
- Name of the service.
|
- Name of the service.
|
||||||
state:
|
state:
|
||||||
required: false
|
required: false
|
||||||
choices: [ running, started, stopped, restarted, reloaded ]
|
choices: [ started, stopped, restarted, reloaded ]
|
||||||
description:
|
description:
|
||||||
- I(started), I(stopped), I(reloaded), I(restarted).
|
- I(started), I(stopped), I(reloaded), I(restarted).
|
||||||
I(Started)/I(stopped) are idempotent actions that will not run
|
I(Started)/I(stopped) are idempotent actions that will not run
|
||||||
|
|
Loading…
Reference in a new issue