Skip to content

Commit ad65275

Browse files
author
Wiktor Maj
authored
Add default inventory directive to ansible.cfg (#109)
1 parent 515b615 commit ad65275

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
* Fixed `run_mysql_server()` not instantiating `MySQLServer` class. (#94)
2929
* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94)
30+
* Added default inventory directive to `ansible.cfg`. (#42)
3031

3132
## 1.0 - 2024-10-13
3233

tests/testsuite/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[defaults]
2+
inventory = inventory.yml
23
roles_path = ./roles
34
forks = 32

0 commit comments

Comments
 (0)