You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: convert ansible and opentofu subfolder fields to constants
Move ansible_subfolder and opentofu_subfolder from Config struct to dedicated constants in their respective infrastructure modules:
- Add ANSIBLE_SUBFOLDER constant to src/infrastructure/ansible/mod.rs
- Add OPENTOFU_SUBFOLDER constant to src/infrastructure/tofu/mod.rs
- Remove ansible_subfolder and opentofu_subfolder fields from Config struct
- Update all usage sites to reference new constants instead of config fields
This improves code organization by placing constants in their logical infrastructure modules and reduces Config struct complexity.
0 commit comments