mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
./posix.sh "$@"
|
|
|
|
ANSIBLE_REMOTE_USER="1000" ./posix.sh "$@"
|