mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Misc typo fixes (#47699)
fixes requried to required Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
303fa6b478
commit
3568dc512a
4 changed files with 5 additions and 5 deletions
|
@ -271,7 +271,7 @@ def map_params_to_obj(module, param_to_xpath_map, param=None):
|
|||
'value': Value of param.
|
||||
'tag_only': Value is indicated by tag only in xml hierarchy.
|
||||
'leaf_only': If operation is to be added at leaf node only.
|
||||
'value_req': If value(text) is requried for leaf node.
|
||||
'value_req': If value(text) is required for leaf node.
|
||||
'is_key': If the field is key or not.
|
||||
eg: Output
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue