8 lines
129 B
YAML
8 lines
129 B
YAML
|
---
|
||
|
# ------
|
||
|
# set up : deleting gitconfig file
|
||
|
- name: set up without value
|
||
|
file:
|
||
|
path: ~/.gitconfig
|
||
|
state: absent
|
||
|
...
|