1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

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
parent 110fd917d6
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: