Skip to content

Commit

Permalink
fixedchar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OrrBG committed Dec 29, 2024
1 parent 2771502 commit e9043be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/content_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def main():
argument_spec=argument_spec,
supports_check_mode=True,
required_one_of=[('host', 'resource_pool', 'cluster')],
required_if=[('state', 'present', ('vm_name'))]
required_if=[('state', 'present', (vm_name))]
)

result = {'failed': False, 'changed': False}
Expand Down

0 comments on commit e9043be

Please sign in to comment.