mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
parent
d95eac16eb
commit
6bbd92e422
191 changed files with 5483 additions and 48 deletions
|
@ -31,6 +31,7 @@
|
|||
- name: test slurping a large binary file with path param and backslashes
|
||||
slurp: path="C:\Windows\explorer.exe"
|
||||
register: slurp_path_backslashes
|
||||
no_log: true
|
||||
|
||||
- name: check slurp result with path param and backslashes
|
||||
assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue