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