mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Update secrets description and add test with secret opts (#363)
* Update secrets description and add test with secret opts * Make pep happy
This commit is contained in:
parent
42dc5be784
commit
d185616a72
2 changed files with 19 additions and 5 deletions
|
|
@ -674,7 +674,9 @@ options:
|
|||
type: bool
|
||||
secrets:
|
||||
description:
|
||||
- Add the named secrets into the container at /run/secrets.
|
||||
- Add the named secrets into the container.
|
||||
The format is C(secret[,opt=opt...]), see
|
||||
L(documentation,https://docs.podman.io/en/latest/markdown/podman-run.1.html#secret-secret-opt-opt) for more details.
|
||||
type: list
|
||||
elements: str
|
||||
security_opt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue