mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-02 14:33:21 -07:00
Improve package state detection speed (#326)
Don't query for full details of a package. It is sufficient to output the name and version. This also simplifies parsing the output.
This commit is contained in:
parent
91d4d9d8c6
commit
43c805f7db
2 changed files with 12 additions and 12 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "pacman - Improve package state detection speed: Don't query for full details of a package."
|
Loading…
Add table
Add a link
Reference in a new issue