1 parent 515b615 commit ad65275Copy full SHA for ad65275
2 files changed
CHANGELOG.md
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
28
* Fixed `run_mysql_server()` not instantiating `MySQLServer` class. (#94)
29
* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94)
30
+* Added default inventory directive to `ansible.cfg`. (#42)
31
32
## 1.0 - 2024-10-13
33
tests/testsuite/ansible.cfg
@@ -1,3 +1,4 @@
1
[defaults]
2
+inventory = inventory.yml
3
roles_path = ./roles
4
forks = 32
0 commit comments