Refactor zypper version parsing and handling (#24056)

Fixes #23516
This commit is contained in:
Robin Roth 2017-05-25 23:05:25 +02:00 committed by jctanner
commit 8fca263560
2 changed files with 54 additions and 46 deletions

View file

@ -211,10 +211,14 @@
# test simultaneous remove and install using +- prefixes
- name: install hello to prep next task
zypper: name=hello, state=present
zypper:
name: hello
state: present
- name: remove metamail to prep next task
zypper: name=hello, state=absent
zypper:
name: metamail
state: absent
- name: install and remove in the same run, with +- prefix
zypper: