---
# ------
# set up : deleting gitconfig file
- name: set up without value
file:
path: ~/.gitconfig
state: absent
- name: set up without value (file)
path: "{{ output_dir }}/gitconfig_file"
...