mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Extending manageiq modules with parameter resource_id (#719)
* Extending modules with resource_id * Added documentation * Fixed syntax Changed resource_type back to required true Added description identifier * Added changelog fragment. * fixed syntax * Improved changelog fragment content. * Updated description * Changed if statement * Changed changelog fragement filename * version bump * removed duplicate type * Apply suggestions from code review * Update plugins/modules/remote_management/manageiq/manageiq_tags.py Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ff4e4c055c
commit
a013e69d67
3 changed files with 49 additions and 10 deletions
2
changelogs/fragments/719-manageiq-resource_id.yml
Normal file
2
changelogs/fragments/719-manageiq-resource_id.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- manageiq_tags and manageiq_policies - added new parameter ``resource_id``. This parameter can be used instead of parameter ``resource_name`` (https://github.com/ansible-collections/community.general/pull/719).
|
Loading…
Add table
Add a link
Reference in a new issue