You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/unarchive/runme.sh

9 lines
235 B
Bash

#!/usr/bin/env bash
set -eux
ansible-playbook -i ../../inventory runme.yml -v "$@"
# https://github.com/ansible/ansible/issues/80710
ANSIBLE_REMOTE_TMP=./ansible ansible-playbook -i ../../inventory test_relative_tmp_dir.yml -v "$@"