blob: cf9ed16f78b4c0fcc7c73768fd24d60c06345166 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
- name: Install git
ansible.builtin.package:
name:
- git
state: present
- name: Configure git for Dmitry Ilvokhin
ansible.builtin.include_role:
name: gitconfig
tags:
- dotfiles
|