2023-08-27 11:43:02 +02:00
|
|
|
---
|
2023-10-01 11:48:13 +02:00
|
|
|
- name: Packages
|
|
|
|
ansible.builtin.include_tasks: install.yml
|
|
|
|
tags: install
|
|
|
|
|
2023-08-27 11:43:02 +02:00
|
|
|
- name: Create git config
|
|
|
|
ansible.builtin.template:
|
|
|
|
src: templates/gitconfig
|
|
|
|
dest: ~/.gitconfig
|
|
|
|
mode: 0640
|