mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 18:50:31 -07:00
zypper: add simple_errors option - fixes #8416 (#9270)
* zypper: add simple_errors option -fixes #8416
* Fix style issues
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix indentation
* Add changelog fragment
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Updated as per code review recommendations
* Fix whitespace
* Add quiet option, fix logic, update changelog
* Fix trailing whitespace
* Update plugins/modules/zypper.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add suggested improvements
---------
Co-authored-by: Eric Hoogeveen <eric.hoogeveen@ssc-spc.gc.ca>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 825e0ee377
)
Co-authored-by: Eric <8869330+erichoog@users.noreply.github.com>
3 lines
No EOL
230 B
YAML
3 lines
No EOL
230 B
YAML
minor_changes:
|
|
- zypper - add ``simple_errors`` option (https://github.com/ansible-collections/community.general/pull/9270).
|
|
- zypper - add ``quiet`` option (https://github.com/ansible-collections/community.general/pull/9270). |