mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Small documentation update: Clarify daemon-reload always executing. (#49889)
* Small documentation update * shortens and clarifies line
This commit is contained in:
parent
2734895c48
commit
13f2b29305
1 changed files with 3 additions and 2 deletions
|
@ -44,13 +44,14 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
daemon_reload:
|
daemon_reload:
|
||||||
description:
|
description:
|
||||||
- run daemon-reload before doing any other operations, to make sure systemd has read any changes.
|
- Run daemon-reload before doing any other operations, to make sure systemd has read any changes.
|
||||||
|
- When set to C(yes), runs daemon-reload even if the module does not start or stop anything.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
aliases: [ daemon-reload ]
|
aliases: [ daemon-reload ]
|
||||||
daemon_reexec:
|
daemon_reexec:
|
||||||
description:
|
description:
|
||||||
- run daemon_reexec command before doing any other operations, the systemd manager will serialize the manager state.
|
- Run daemon_reexec command before doing any other operations, the systemd manager will serialize the manager state.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
aliases: [ daemon-reexec ]
|
aliases: [ daemon-reexec ]
|
||||||
|
|
Loading…
Reference in a new issue