Update config repos to use main branch explicitly
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user