Prevented the expansion of parameters in run_command() (#1794)

This commit is contained in:
Alexei Znamensky 2021-02-12 18:13:05 +13:00 committed by GitHub
commit 436bbb0077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 6 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- git_config - prevent ``run_command`` from expanding values (https://github.com/ansible-collections/community.general/issues/1776).