1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/3315-pids-refactor.yml
Ajpantuso 118c040879
pids - refactor module to make version-based behavior consistent (#3315)
* Initial commit

* Adding changelog fragment

* Further refactoring

* Fixing bad copy/paste and adding task for psutil >= 5.7.0 install

* Inverting psutil installation order to reduce duplication

* Optimizing regex compilation
2021-09-13 07:16:49 +02:00

4 lines
184 B
YAML

---
minor_changes:
- pids - refactor to add support for older ``psutil`` versions to the ``pattern`` option
(https://github.com/ansible-collections/community.general/pull/3315).