We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port community.general.git_config to Windows.
community.general.git_config
win_git_config
As with git_config, using a command is error-prone and doesn't support check very well.
git_config
check
- name: Set `core.longpaths` become: true become_method: runas become_flags: logon_flags=with_profile ansible.windows.win_git_config: name: core.longpaths scope: "file" file: "c:/Users/{{ gitlab_runner_user }}/.gitconfig" value: "true" vars: ansible_become_user: '{{ gitlab_runner_user }}' ansible_become_pass: '{{ windows_svc_user_passwd }}'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Port
community.general.git_config
to Windows.ISSUE TYPE
COMPONENT NAME
win_git_config
ADDITIONAL INFORMATION
As with
git_config
, using a command is error-prone and doesn't supportcheck
very well.The text was updated successfully, but these errors were encountered: