mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
parent
fe111b8577
commit
1f06a02043
20 changed files with 86 additions and 58 deletions
|
@ -1,3 +1,3 @@
|
|||
shippable/cloud/group1
|
||||
cloud/foreman
|
||||
needs/file/contrib/inventory/foreman.py
|
||||
needs/file/scripts/inventory/foreman.py
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Wrapper to use the correct Python interpreter and support code coverage.
|
||||
|
||||
REL_SCRIPT="../../../../contrib/inventory/foreman.py"
|
||||
REL_SCRIPT="../../../../scripts/inventory/foreman.py"
|
||||
ABS_SCRIPT="$("${ANSIBLE_TEST_PYTHON_INTERPRETER}" -c "import os; print(os.path.abspath('${REL_SCRIPT}'))")"
|
||||
|
||||
# Make sure output written to current directory ends up in the temp dir.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue