mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
[PR #8402/e690317e backport][stable-9] Add partial diff support, not in check mode to openbsd_pkg (#8447)
Add partial diff support, not in check mode to openbsd_pkg (#8402)
* Add partial diff support, not in check mode
* Add changelog fragment
* Fix PEP8. Want to run Black against this so badly.
* Update changelogs/fragments/8402-add-diif-mode-openbsd-pkg.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/openbsd_pkg.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/openbsd_pkg.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove unneeded comment
---------
Co-authored-by: Allen Smith <allsmith@allsmith.users.ipa.redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit e690317e3a
)
Co-authored-by: Allen Smith <lazlor@lotaris.org>
This commit is contained in:
parent
a71c0af9cc
commit
1795a67b8e
2 changed files with 27 additions and 1 deletions
2
changelogs/fragments/8402-add-diif-mode-openbsd-pkg.yml
Normal file
2
changelogs/fragments/8402-add-diif-mode-openbsd-pkg.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- openbsd_pkg - adds diff support to show changes in installed package list. This does not yet work for check mode (https://github.com/ansible-collections/community.general/pull/8402).
|
Loading…
Add table
Add a link
Reference in a new issue