Update config repos to use main branch explicitly

This commit is contained in:
2024-04-29 19:11:01 +01:00
parent 267a9b7f3d
commit 3e6f3bf7ab
6 changed files with 6 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
win_git:
repo: '{{item.repo}}'
dest: '{{ansible_env.USERPROFILE}}/.config/{{item.name}}'
version: master
version: main
with_items: '{{git_config_repos}}'
# - TODO: install pip packages

View File

@@ -3,7 +3,7 @@
git:
repo: '{{item.repo}}'
dest: '~/.config/{{item.name}}'
version: master
version: main
with_items: '{{git_config_repos}}'
- name: install homebrew packages