community.general/tests/integration/targets/git_config/tasks/setup_no_value.yml

13 lines
237 B
YAML

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