mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 16:41:21 -07:00
Prevented the expansion of parameters in run_command() (#1794)
This commit is contained in:
parent
e9551df5ed
commit
436bbb0077
4 changed files with 41 additions and 6 deletions
|
@ -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, ">=")
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue