mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Move ansible ad-hoc tests to integration targets.
This commit is contained in:
parent
c880c1a78d
commit
c955688772
3 changed files with 17 additions and 6 deletions
13
test/integration/targets/ansible/runme.sh
Executable file
13
test/integration/targets/ansible/runme.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
env
|
||||
|
||||
which python
|
||||
python --version
|
||||
|
||||
which ansible
|
||||
ansible --version
|
||||
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m ping
|
||||
ansible testhost -i ../../inventory -vvv -e "ansible_python_interpreter=$(which python)" -m setup
|
Loading…
Add table
Add a link
Reference in a new issue