mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
windows path: fix failing test (#34973)
This commit is contained in:
parent
d7fbc94758
commit
1f69b8e55c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue