mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 14:20:04 -07:00
pids module: Adding pattern and ignore_case options (#2280)
* Adding pattern and ignore_case options * Adding changelog fragment * Fixing changelog fragment * Addressing FreeBSD 11.4/python 3 errors with explicit conversion * Correcting descriptions * Reverting back to regex input * Fixing test syntax errors
This commit is contained in:
parent
cecbc2be2d
commit
68243063d1
3 changed files with 94 additions and 7 deletions
3
changelogs/fragments/2280-pids-new-pattern-option.yml
Normal file
3
changelogs/fragments/2280-pids-new-pattern-option.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- pids - new options ``pattern`` and `ignore_case`` for retrieving PIDs of processes matching a supplied pattern (https://github.com/ansible-collections/community.general/pull/2280).
|
Loading…
Add table
Add a link
Reference in a new issue