mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
Added file feature (#1525)
* Added file feature * Update plugins/modules/source_control/git_config.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/source_control/git_config.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/1021-git_config-custom-file.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1faf8ef08b
commit
6c3a5cf9b1
2 changed files with 29 additions and 11 deletions
4
changelogs/fragments/1021-git_config-custom-file.yaml
Normal file
4
changelogs/fragments/1021-git_config-custom-file.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- git_config - added parameter and scope ``file`` allowing user to change parameters in a custom file (https://github.com/ansible-collections/community.general/issues/1021).
|
||||
bugfixes:
|
||||
- git_config - using list instead of string as first parameter in the ``run_command()`` call (https://github.com/ansible-collections/community.general/issues/1021).
|
Loading…
Add table
Add a link
Reference in a new issue