mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
doc: podman_secret: fix indentation error in example (#905)
Signed-off-by: Julien Eula <jeula@umanit.fr> Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
parent
42fad01b2e
commit
4a91c22a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ EXAMPLES = r"""
|
|||
- mysecret
|
||||
detach: false
|
||||
command: cat /run/secrets/mysecret
|
||||
register: container
|
||||
register: container
|
||||
|
||||
- name: Output secret data
|
||||
debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue