update
This commit is contained in:
@@ -6,5 +6,17 @@
|
||||
- "vars/{{ ansible_os_family }}.yml"
|
||||
- "vars/defaults.yml"
|
||||
|
||||
- name:
|
||||
- name: "OS dependant"
|
||||
include_tasks: "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
||||
|
||||
- name: "Install fonts"
|
||||
include_tasks: "../scripts/install_fonts.yml"
|
||||
|
||||
- name: "Install nvim"
|
||||
include_tasks: "../scripts/install_nvim.yml"
|
||||
|
||||
- name: "Install Go"
|
||||
include_tasks: "../scripts/install_go.yml"
|
||||
|
||||
- name: Configure Gitlab SSH Key
|
||||
ansible.builtin.command: pwsh -f ./scripts/configure-ssh.ps1 '{{ lookup('ansible.builtin.env', 'GITLAB_TOKEN') }}'
|
||||
|
||||
Reference in New Issue
Block a user