Use local ansible.cfg

Since moving playbooks to their own subdirectory they were no longer
able to find the roles. Add a local `ansible.cfg` which configures the
default paths for roles, modules, and collections. Also change the
location of the `win_git` module to the new local directory.
This commit is contained in:
2023-04-27 23:00:00 +01:00
parent 5ac1081f90
commit c4d4f5395a
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
external
modules/win_git*