update arch
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
- name: generate ssh keys
|
||||
include_tasks: "./scripts/configure_ssh.yml"
|
||||
|
||||
- name: Configure Gitlab SSH
|
||||
become_user: user
|
||||
ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
|
||||
#- name: Configure Gitlab SSH
|
||||
# become_user: user
|
||||
# ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
|
||||
|
||||
- user:
|
||||
name: "user"
|
||||
|
||||
3
ansible/roles/customize/vars/Archlinux.yml
Normal file
3
ansible/roles/customize/vars/Archlinux.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
fonts:
|
||||
- {name: 'GoMonoNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Go-Mono.zip"}
|
||||
- {name: 'FiraCodeNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip"}
|
||||
Reference in New Issue
Block a user