mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
windows argv to string module utility (#28970)
* windows argv to string module utility * rebased PR with latest devel branch
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
that:
|
||||
- sid_test.data == 'success'
|
||||
|
||||
- name: create testing folder for argv binary
|
||||
- name: create temp testing folder
|
||||
win_file:
|
||||
path: C:\ansible testing
|
||||
state: directory
|
||||
@@ -67,6 +67,15 @@
|
||||
that:
|
||||
- command_util.data == 'success'
|
||||
|
||||
- name: call module with ArgvParser tests
|
||||
argv_parser_test:
|
||||
exe: C:\ansible testing\PrintArgv.exe
|
||||
register: argv_test
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- argv_test.data == 'success'
|
||||
|
||||
- name: remove testing folder
|
||||
win_file:
|
||||
path: C:\ansible testing
|
||||
|
||||
Reference in New Issue
Block a user