mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Allow ansible.cfg overrides (#27372)
If a cfg file exists for this this command then use it. This allows versioned test configuration to override the built in Ansible constants.
This commit is contained in:
5
test/integration/network-integration.cfg
Normal file
5
test/integration/network-integration.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# NOTE: This file is used by ansible-test to override specific Ansible constants
|
||||
# This file is used by `ansible-test network-integration`
|
||||
|
||||
[defaults]
|
||||
timeout = 60
|
||||
Reference in New Issue
Block a user