8 lines
97 B
YAML
8 lines
97 B
YAML
|
---
|
||
|
|
||
|
- name: Install & template git configuration
|
||
|
hosts: git
|
||
|
become: true
|
||
|
roles:
|
||
|
- git
|