slackpkg: fix name matching in package installation (#450) (#454)

* slackpkg: fix name matching in package installation (#450)

* Escape re parameters and optimize matching as suggested in code review.

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/450-slackpkg-package-matching.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
majekw
2020-06-11 09:48:10 +02:00
committed by GitHub
parent 7fd989f7f0
commit 519162443f
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- slackpkg - fix name matching in package installation (https://github.com/ansible-collections/community.general/issues/450).