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

@ -24,5 +24,7 @@
- import_tasks: precedence_between_unset_and_value.yml
# testing state=absent with check mode
- import_tasks: unset_check_mode.yml
# testing for case in issue #1776
- import_tasks: set_value_with_tilde.yml
when: git_installed is succeeded and git_version.stdout is version(git_version_supporting_includes, ">=")
...