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