Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Jan 8, 2024
1 parent 847bef1 commit f7f7707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/generate_cloud_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ def generate_vmware_rest(args: Iterable, role_path: str):
meta_dir.mkdir(parents=True, exist_ok=True)

yaml_dict = {
"requires_ansible": """>=2.14.0""",
"requires_ansible": (">=%s") % args.get('requires_ansible'),
"action_groups": {"vmware_rest": []},
}

Expand Down

0 comments on commit f7f7707

Please sign in to comment.