mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Fix the integration test to comply recent changes
This commit is contained in:
parent
4c7715a4e5
commit
0e80ba1867
2 changed files with 8 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- "check00_result.failed == true"
|
||||
- "check00_result.msg == 'key: HKCU\\Software is not a valid powershell path, see module documentation for examples.'"
|
||||
- "check00_result.msg == 'path: HKCU\\Software is not a valid powershell path, see module documentation for examples.'"
|
||||
|
||||
- name: remove setting
|
||||
win_regedit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue