feat: add ansible galaxy path

This commit is contained in:
2026-08-14 22:19:18 +01:00
parent 7f80884082
commit 8dc6ac2939
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
terraform.tfstate
terraform.tfstate.backup
ansible/lookup_plugins
ansible/galaxy_roles
!.gitignore
!.editorconfig
+1 -1
View File
@@ -1,4 +1,4 @@
[defaults]
roles_path = ansible/roles
roles_path = ansible/roles:ansible/galaxy_roles
lookup_plugins = ansible/lookup_plugins
callback_result_format = yaml
+6
View File
@@ -0,0 +1,6 @@
---
collections:
- ansible.posix
roles:
- name: giovtorres.tuned
version: 2.0.2