Skip to content

Commit 4b43729

Browse files
committed
feat(template): Update to tests configuration file within the template.
1 parent 96cdf13 commit 4b43729

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ Feat 009 (#23)
173173
### 🐛 Fixed
174174

175175
- *(docs)* Minor readme fix.
176+
177+
### 🚀 Added
178+
179+
- *(plugins)* Added python init files for ansible plugins directory.
176180
## [0.1.0] - 2025-12-13
177181

178182
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,7 @@ Feat 009 (#23)
173173
### 🐛 Fixed
174174

175175
- *(docs)* Minor readme fix.
176+
177+
### 🚀 Added
178+
179+
- *(plugins)* Added python init files for ansible plugins directory.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Configuration for modules and module_utils
3+
modules:
4+
python_requires: default

0 commit comments

Comments
 (0)