Update config repos to use main branch explicitly
This commit is contained in:
parent
267a9b7f3d
commit
3e6f3bf7ab
@ -8,7 +8,7 @@
|
||||
win_git:
|
||||
repo: git@code.infektor.net:config/AutoHotKey.git
|
||||
dest: '{{autohotkey_repo_dir}}'
|
||||
branch: master
|
||||
branch: main
|
||||
|
||||
- name: create scheduled task
|
||||
win_scheduled_task:
|
||||
|
@ -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
|
||||
|
@ -5,3 +5,4 @@
|
||||
git:
|
||||
repo: git@code.infektor.net:config/kitty.git
|
||||
dest: ~/.config/kitty
|
||||
version: main
|
||||
|
@ -7,7 +7,7 @@
|
||||
win_git:
|
||||
repo: https://code.infektor.net/config/WindowsPowerShell.git
|
||||
dest: '{{powershell_config_dir}}'
|
||||
branch: master
|
||||
branch: main
|
||||
|
||||
- name: remove cmder chocolatey package
|
||||
win_chocolatey:
|
||||
|
@ -108,6 +108,7 @@
|
||||
git:
|
||||
repo: git@code.infektor.net:config/xremap.git
|
||||
dest: '{{config_dir}}'
|
||||
version: main
|
||||
notify: restart xremap
|
||||
|
||||
- name: install xremap systemd unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user