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

13 lines
234 B
YAML
Raw Normal View History

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"