From f01070cbd4449854f3161d328d8c0f11ea2cc6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Palencs=C3=A1r?= Date: Thu, 19 Jun 2025 05:45:17 +0200 Subject: [PATCH] Simplify ansible-lint config and fix Docker builds: Ubuntu DEBIAN_FRONTEND, CentOS --allowerasing --- .ansible-lint | 18 ------------------ .github/workflows/ci-cd.yml | 3 ++- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 33cc5ff..752a162 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -21,24 +21,6 @@ skip_list: - galaxy # We don't publish to Galaxy - meta-no-info # No meta/main.yml files -# Configure specific rules -rules: - line-length: - max: 120 - truthy: - allowed-values: ['true', 'false', 'yes', 'no', 'on', 'off'] - braces: - max-spaces-inside: 1 - max-spaces-inside-empty: 0 - brackets: - max-spaces-inside: 1 - max-spaces-inside-empty: 0 - indentation: - spaces: 2 - indent-sequences: true - comments: - min-spaces-from-content: 1 - # Offline mode (don't check for newer ansible-lint versions) offline: false diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 24ff891..8b6ea46 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -79,6 +79,7 @@ jobs: run: | docker build -t test-ubuntu:${{ matrix.ubuntu_version }} -f- . <> /etc/sudoers