mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
zypper_repository: fix return check on newer OpenSUSE versions (#52457)
This commit is contained in:
parent
4b296da6a2
commit
d6453a79f5
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- "zypper_result1.rc == 6"
|
||||
- "zypper_result1.rc != 0"
|
||||
- "'not found' in zypper_result1.stderr"
|
||||
- "zypper_result2.rc == 0"
|
||||
- "'http://dl.google.com/linux/chrome/rpm/stable/x86_64' in zypper_result2.stdout"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue