feat: add ansible galaxy path
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
terraform.tfstate
|
||||
terraform.tfstate.backup
|
||||
ansible/lookup_plugins
|
||||
ansible/galaxy_roles
|
||||
|
||||
!.gitignore
|
||||
!.editorconfig
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
collections:
|
||||
- ansible.posix
|
||||
roles:
|
||||
- name: giovtorres.tuned
|
||||
version: 2.0.2
|
||||
Reference in New Issue
Block a user