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) (#72361)
(cherry picked from commit 233e7beb5b
)
pull/72904/head
parent
42da480721
commit
2ff5bf0f21
@ -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