mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Rewrite podman and buildah connections (#962)
* Rewrite podman and buildah connections --------- Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
237bc385b9
commit
991e461ea5
38 changed files with 2966 additions and 344 deletions
|
|
@ -19,7 +19,7 @@ ANSIBLE_VERBOSITY=4 ANSIBLE_REMOTE_TMP="/tmp" ANSIBLE_REMOTE_USER="1000" run_ans
|
|||
${SUDO:-} grep -q "Using podman connection from collection" check_log
|
||||
${SUDO:-} rm -f check_log
|
||||
set +o pipefail
|
||||
ANSIBLE_PODMAN_EXECUTABLE=fakepodman run_ansible "$@" 2>&1 | grep "fakepodman command not found in PATH"
|
||||
ANSIBLE_PODMAN_EXECUTABLE=fakepodman run_ansible "$@" 2>&1 | grep "Could not find fakepodman in PATH"
|
||||
set -o pipefail
|
||||
ANSIBLE_PODMAN_EXECUTABLE=fakepodman run_ansible "$@" && {
|
||||
echo "Playbook with fakepodman should fail!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue