23becece53
* new connection plugin: podman Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> * podman,conn: utilize remote_user to run commands Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> * podman connection: update docs Co-Authored-By: TomasTomecek <ttomecek@redhat.com>
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
./posix.sh "$@"
|
|
|
|
ANSIBLE_REMOTE_TMP="/tmp" ANSIBLE_REMOTE_USER="1000" ./posix.sh "$@"
|