diff options
author | Felix Fontein <felix@fontein.de> | 2024-07-06 01:35:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 01:35:54 +0200 |
commit | e5309ba29f5898e95ffe104412782c990858aaa0 (patch) | |
tree | 72c91b5498a24652ca35f90e2aa1c97b2cae5013 /changelogs | |
parent | package_facts: fix warning logic (#83520) (diff) | |
download | ansible-e5309ba29f5898e95ffe104412782c990858aaa0.tar.xz ansible-e5309ba29f5898e95ffe104412782c990858aaa0.zip |
validate-modules: reject option/alias names equal up to casing belonging to different options (#83530)
* Reject option/alias names equal up to casing belonging to different options.
* Update test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/83530-validate-modules-casing.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/83530-validate-modules-casing.yml b/changelogs/fragments/83530-validate-modules-casing.yml new file mode 100644 index 0000000000..d00a344d2f --- /dev/null +++ b/changelogs/fragments/83530-validate-modules-casing.yml @@ -0,0 +1,2 @@ +minor_changes: + - "validate-modules sanity test - reject option/aliases names that are identical up to casing but belong to different options (https://github.com/ansible/ansible/pull/83530)." |