mirror of https://github.com/ansible/ansible.git
Add support for argument_specs attribute to RoleMetadata class (#73120)
parent
0eb1e22cd9
commit
c8666f07d7
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Add support for `argument_specs` data in role metadata.
|
@ -1,2 +1,4 @@
|
||||
dependencies:
|
||||
- name: a
|
||||
|
||||
argument_specs: {}
|
||||
|
Loading…
Reference in New Issue