diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
commit | 0c70278249c356e314434985d3a92b4105c88872 (patch) | |
tree | f7e16f44fb8fc7a54f84d9977711c87d9e435666 /ansible_collections/microsoft/ad/.ansible-lint | |
parent | Adding debian version 10.0.1+dfsg-1. (diff) | |
download | ansible-0c70278249c356e314434985d3a92b4105c88872.tar.xz ansible-0c70278249c356e314434985d3a92b4105c88872.zip |
Merging upstream version 10.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/microsoft/ad/.ansible-lint')
-rw-r--r-- | ansible_collections/microsoft/ad/.ansible-lint | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/.ansible-lint b/ansible_collections/microsoft/ad/.ansible-lint index cad3b8e14..d1340f58c 100644 --- a/ansible_collections/microsoft/ad/.ansible-lint +++ b/ansible_collections/microsoft/ad/.ansible-lint @@ -5,6 +5,8 @@ exclude_paths: - changelogs/changelog.yaml # Incorrect error around supported ansible versions in this file - meta/runtime.yml + # Examples contain duplicate keys due to how we document inventory plugins + - plugins/inventory/ldap.py - tests/integration/ # We skip a rule that has to be skipped - tests/sanity/ignore-*.txt |