mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix documentation fragments for docker (#38378)
This commit is contained in:
committed by
Matt Clay
parent
68e3ff80a7
commit
4117b2dd29
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user