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