mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 04:21:44 -07:00
apt_rpm module: fix local RPM installation (#7396)
* Fix local RPM install in apt_rpm * Add changelog entry * apt_rpm: update docs, handle import error * apt_rpm: remove extra debugging output * apt_rpm: use to_native, doc formatting
This commit is contained in:
parent
09ae963f58
commit
e829a7384f
2 changed files with 53 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- |
|
||||
apt_rpm - extract package name from local ``.rpm`` path when verifying
|
||||
installation success. Allows installing packages from local ``.rpm`` files
|
||||
(https://github.com/ansible-collections/community.general/pull/7396).
|
Loading…
Add table
Add a link
Reference in a new issue