Skip to content

Commit

Permalink
basic ansible.cfg added (#41)
Browse files Browse the repository at this point in the history
## Summary

FIX: basic ansible.cfg added
  • Loading branch information
mmtktl authored Dec 6, 2024
1 parent 40b72c7 commit 53c14a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ tests/junit_xml/*.xml
.vault-password
imported/
collections/ansible_collections/
ansible.cfg
3 changes: 3 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[defaults]
collections_path = ./collections:./imported/collections
roles_path = ./roles:./imported/roles

0 comments on commit 53c14a3

Please sign in to comment.