mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
windows path: fix failing test (#34973)
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
- trailing_result is successful
|
||||
- trailing_result.stat.attributes == 'Directory'
|
||||
- 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
|
||||
set_fact:
|
||||
@@ -178,7 +178,7 @@
|
||||
- trailing_result is successful
|
||||
- trailing_result.stat.attributes == 'Directory'
|
||||
- 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 }}
|
||||
win_stat:
|
||||
|
||||
Reference in New Issue
Block a user