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

17 lines
426 B
YAML
Raw Normal View History

2020-03-09 09:11:07 +00:00
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
2020-03-09 09:11:07 +00:00
# ------
# set up : set gitconfig with value
- name: set up with value
copy:
src: gitconfig
dest: ~/.gitconfig
- name: set up with value (file)
copy:
src: gitconfig
dest: "{{ remote_tmp_dir }}/gitconfig_file"