mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 16:41:21 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -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, ">=")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue