There was an error while loading. Please reload this page.
1 parent 96cdf13 commit 4b43729Copy full SHA for 4b43729
3 files changed
changelogs/CHANGELOG.md
@@ -173,6 +173,10 @@ Feat 009 (#23)
173
### 🐛 Fixed
174
175
- *(docs)* Minor readme fix.
176
+
177
+### 🚀 Added
178
179
+- *(plugins)* Added python init files for ansible plugins directory.
180
## [0.1.0] - 2025-12-13
181
182
### ⚙️ Miscellaneous
changelogs/releases/v0.1.1.md
@@ -173,3 +173,7 @@ Feat 009 (#23)
{{ cookiecutter.project_slug }}/tests/config.yml
@@ -0,0 +1,4 @@
1
+---
2
+# Configuration for modules and module_utils
3
+modules:
4
+ python_requires: default
0 commit comments