mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
pkgng - add option use_globs (default=true) (#8633)
* pkgng - add option use_globs (default=true) #8632 * Fix lint. * Update changelogs/fragments/8632-pkgng-add-option-use_globs.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update tests/integration/targets/pkgng/tasks/install_single_package.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
e1148e6bdc
commit
e3fb817a21
3 changed files with 36 additions and 5 deletions
2
changelogs/fragments/8632-pkgng-add-option-use_globs.yml
Normal file
2
changelogs/fragments/8632-pkgng-add-option-use_globs.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- pkgng - add option ``use_globs`` (default ``true``) to optionally disable glob patterns (https://github.com/ansible-collections/community.general/issues/8632, https://github.com/ansible-collections/community.general/pull/8633).
|
Loading…
Add table
Add a link
Reference in a new issue