Skip to content

Commit c9f2d90

Browse files
authored
Merge pull request #1137 from moreati/test-targets-disabled
tests: Ignore inventory files of inactive tests & benchmarks
2 parents de3c6dc + 3504bea commit c9f2d90

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Unreleased
2424
* :gh:issue:`1106` :mod:`ansible_mitogen`: Support for `ansible_ssh_password`
2525
connection variable, and templated SSH connection password.
2626
* :gh:issue:`1136` tests: Improve Ansible fail_msg formatting.
27+
* :gh:issue:`1137` tests: Ignore inventory files of inactive tests & benchmarks
2728

2829

2930
v0.3.11 (2024-10-30)

tests/ansible/ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ host_key_checking = False
4848
[inventory]
4949
any_unparsed_is_failed = true
5050
host_pattern_mismatch = error
51+
ignore_extensions = ~, .bak, .disabled
5152

5253
[callback_profile_tasks]
5354
task_output_limit = 10
File renamed without changes.

0 commit comments

Comments
 (0)