From 995d6c1e660060b98b45e4a6992c2791802cd798 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Tue, 29 Jul 2025 16:17:24 -0400 Subject: [PATCH 1/2] Add ansible-lint configuration Signed-off-by: Webster Mudge --- .ansible-lint | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 00000000..6bbceaa3 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,19 @@ +# Copyright 2025 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +profile: production +quiet: true +strict: true +verbosity: 1 +offline: true From c6bee07be15470b32bd87aabdaa724ce276359e7 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Tue, 29 Jul 2025 16:17:38 -0400 Subject: [PATCH 2/2] Remove ansible-lint from pre-commit hooks Signed-off-by: Webster Mudge --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8c32c3f..f2d52ac3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,8 +46,8 @@ repos: hooks: - id: black name: lint python - - repo: https://github.com/ansible/ansible-lint - rev: v25.6.1 - hooks: - - id: ansible-lint - name: lint ansible + # - repo: https://github.com/ansible/ansible-lint + # rev: v25.6.1 + # hooks: + # - id: ansible-lint + # name: lint ansible