mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -15,18 +15,27 @@
|
||||
- block:
|
||||
- include_tasks: get_simple_value.yml
|
||||
loop:
|
||||
- { import_file: setup_global.yml, git_scope: 'global' }
|
||||
- { import_file: setup_file.yml, git_scope: 'file', git_file: "{{ remote_tmp_dir }}/gitconfig_file" }
|
||||
- import_file: setup_global.yml
|
||||
git_scope: 'global'
|
||||
- import_file: setup_file.yml
|
||||
git_scope: 'file'
|
||||
git_file: "{{ remote_tmp_dir }}/gitconfig_file"
|
||||
|
||||
- include_tasks: get_multi_value.yml
|
||||
loop:
|
||||
- { import_file: setup_global.yml, git_scope: 'global' }
|
||||
- { import_file: setup_file.yml, git_scope: 'file', git_file: "{{ remote_tmp_dir }}/gitconfig_file" }
|
||||
- import_file: setup_global.yml
|
||||
git_scope: 'global'
|
||||
- import_file: setup_file.yml
|
||||
git_scope: 'file'
|
||||
git_file: "{{ remote_tmp_dir }}/gitconfig_file"
|
||||
|
||||
- include_tasks: get_all_values.yml
|
||||
loop:
|
||||
- { import_file: setup_global.yml, git_scope: 'global' }
|
||||
- { import_file: setup_file.yml, git_scope: 'file', git_file: "{{ remote_tmp_dir }}/gitconfig_file" }
|
||||
- import_file: setup_global.yml
|
||||
git_scope: 'global'
|
||||
- import_file: setup_file.yml
|
||||
git_scope: 'file'
|
||||
git_file: "{{ remote_tmp_dir }}/gitconfig_file"
|
||||
|
||||
- include_tasks: error_handling.yml
|
||||
when: git_installed is succeeded and git_version.stdout is version(git_version_supporting_includes, ">=")
|
||||
|
||||
Reference in New Issue
Block a user