mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
windows path: fix failing test (#34973)
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
- trailing_result is successful
|
- trailing_result is successful
|
||||||
- trailing_result.stat.attributes == 'Directory'
|
- trailing_result.stat.attributes == 'Directory'
|
||||||
- trailing_result.stat.exists == true
|
- trailing_result.stat.exists == true
|
||||||
- trailing_result.stat.path == no_quotes_single # path is without the trailing \
|
- trailing_result.stat.path == trailing
|
||||||
|
|
||||||
- name: Set variables in key=value syntax
|
- name: Set variables in key=value syntax
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
- trailing_result is successful
|
- trailing_result is successful
|
||||||
- trailing_result.stat.attributes == 'Directory'
|
- trailing_result.stat.attributes == 'Directory'
|
||||||
- trailing_result.stat.exists == true
|
- trailing_result.stat.exists == true
|
||||||
- trailing_result.stat.path == no_quotes_single # path is without the trailing \
|
- trailing_result.stat.path == trailing
|
||||||
|
|
||||||
- name: Test tab path {{ tab }}
|
- name: Test tab path {{ tab }}
|
||||||
win_stat:
|
win_stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user