mirror of https://github.com/ansible/ansible.git
Fix processing of add_file_common_args=True when argument_spec is not specified as kwarg. (#72334)
parent
dee8a4a8f1
commit
233e7beb5b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "ansible-test validate-modules - when a module uses ``add_file_common_args=True`` and does not use a keyword argument for ``argument_spec`` in ``AnsibleModule()``, the common file arguments were not considered added during validation (https://github.com/ansible/ansible/pull/72334)."
|
Loading…
Reference in New Issue