mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
47f235dc68
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>
(cherry picked from commit e3fb817a21
)
Co-authored-by: Vladimir Botka <vbotka@gmail.com>
2 lines
247 B
YAML
2 lines
247 B
YAML
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).
|