mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
8
test/integration/targets/setup_paramiko/setup.sh
Normal file
8
test/integration/targets/setup_paramiko/setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Usage: source ../setup_paramiko/setup.sh
|
||||
|
||||
set -eux
|
||||
|
||||
source virtualenv.sh # for pip installs, if needed, otherwise unused
|
||||
ansible-playbook ../setup_paramiko/install.yml -i ../setup_paramiko/inventory "$@"
|
||||
trap 'ansible-playbook ../setup_paramiko/uninstall.yml -i ../setup_paramiko/inventory "$@"' EXIT
|
||||
Reference in New Issue
Block a user