Update config repos to use main branch explicitly

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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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