[inventory/cobbler] Add include_profiles option (#4068) (#4121)

* [inventory/cobbler] Add exclude/include_profile option

Also some minor cleanup

* Review suggestions

* Still must init cache_key

* Add note to exclude_profiles about include_profiles

* Add changelog fragment

(cherry picked from commit 0dd886bac8)

Co-authored-by: Orion Poplawski <orion@nwra.com>
This commit is contained in:
patchback[bot]
2022-01-31 06:20:07 +01:00
committed by GitHub
parent fe4f4198af
commit 379b6d3523
2 changed files with 27 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cobbler inventory plugin - add ``include_profiles`` option (https://github.com/ansible-collections/community.general/pull/4068).