mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix docs for podman_unshare become plugin (#521)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
d51e253703
commit
76b070ff41
5 changed files with 211 additions and 19 deletions
|
|
@ -30,8 +30,6 @@ DOCUMENTATION = """
|
|||
env:
|
||||
- name: ANSIBLE_BECOME_USER
|
||||
- name: ANSIBLE_SUDO_USER
|
||||
keyword:
|
||||
- name: become_user
|
||||
become_exe:
|
||||
description: Sudo executable
|
||||
default: sudo
|
||||
|
|
@ -46,8 +44,6 @@ DOCUMENTATION = """
|
|||
env:
|
||||
- name: ANSIBLE_BECOME_EXE
|
||||
- name: ANSIBLE_SUDO_EXE
|
||||
keyword:
|
||||
- name: become_exe
|
||||
become_pass:
|
||||
description: Password to pass to sudo
|
||||
required: False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue