mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Try to fix zypper tests. (#1294)
This commit is contained in:
parent
deddce02fa
commit
37c1453601
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: get hello package version
|
||||
shell: zypper --xml se -svx hello | grep 'name="hello"' | grep 'repository="Main Repository"' | sed 's/.*edition="\([^ ]*\)".*/\1/'
|
||||
shell: zypper --xmlout se -svx hello | grep 'name="hello"' | grep 'repository="Main Repository"' | sed 's/.*edition="\([^ ]*\)".*/\1/'
|
||||
register: hello_version
|
||||
|
||||
- name: set URL of test package
|
||||
|
|
Loading…
Reference in a new issue