20 lines
351 B
YAML
20 lines
351 B
YAML
---
|
|
# Installing and configuring git
|
|
|
|
- name: Installation
|
|
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
|
|
args:
|
|
apply:
|
|
tags:
|
|
- git
|
|
- git-install
|
|
tags:
|
|
- git
|
|
- git-install
|
|
|
|
- name: Configuring git
|
|
ansible.builtin.import_tasks: configuration.yml
|
|
tags:
|
|
- git
|
|
- git-config
|