8 lines
128 B
YAML
8 lines
128 B
YAML
|
---
|
||
|
# ------
|
||
|
# set up : set gitconfig with value
|
||
|
- name: set up with value
|
||
|
copy:
|
||
|
src: gitconfig
|
||
|
dest: ~/.gitconfig
|
||
|
...
|