mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Fix documentation fragments for docker (#38378)
This commit is contained in:
parent
68e3ff80a7
commit
4117b2dd29
7 changed files with 54 additions and 59 deletions
|
@ -38,9 +38,10 @@ options:
|
|||
required: false
|
||||
force:
|
||||
description:
|
||||
- Boolean. Use with state C(present) to always remove and recreate an existing secret.
|
||||
- Use with state C(present) to always remove and recreate an existing secret.
|
||||
- If I(true), an existing secret will be replaced, even if it has not changed.
|
||||
default: false
|
||||
type: bool
|
||||
name:
|
||||
description:
|
||||
- The name of the secret.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue