mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-25 18:51:59 +00:00
* Force tests to set ansible_python_interpreter. This avoids use of interpreter discovery unless tests opt-in to using it. Avoiding interpreter discovery helps avoid selecting the wrong interpreter for tests. * Prevent use of global inventory in tests. This will avoid issues with tests picking up global inventory instead of using implicit localhost as intended. * Require hosts to exist in inventory for tests. This will prevent tests from unintentionally passing when hosts are not found in inventory. Does not prevent the use of implicit localhost. |
||
|---|---|---|
| .. | ||
| host_vars | ||
| targets | ||
| cloud-config-aws.ini.template | ||
| cloud-config-azure.ini.template | ||
| cloud-config-cloudscale.ini.template | ||
| cloud-config-cs.ini.template | ||
| cloud-config-gcp.ini.template | ||
| cloud-config-gitlab.ini.template | ||
| cloud-config-hcloud.ini.template | ||
| cloud-config-opennebula.ini.template | ||
| cloud-config-openshift.kubeconfig.template | ||
| cloud-config-tower.ini.template | ||
| cloud-config-vultr.ini.template | ||
| integration.cfg | ||
| integration_config.yml | ||
| inventory | ||
| inventory.networking.template | ||
| inventory.remote.template | ||
| inventory.winrm.template | ||
| network-integration.cfg | ||
| target-prefixes.network | ||
| windows-integration.cfg | ||