diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index be9419d6..ac13e1f3 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -32,7 +32,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.4.0" - name: Convert role to collection format run: | diff --git a/.github/workflows/ansible-managed-var-comment.yml b/.github/workflows/ansible-managed-var-comment.yml index fcfef957..0864269d 100644 --- a/.github/workflows/ansible-managed-var-comment.yml +++ b/.github/workflows/ansible-managed-var-comment.yml @@ -30,7 +30,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.4.0" - name: Run ansible-plugin-scan run: | diff --git a/.github/workflows/ansible-plugin-scan.yml b/.github/workflows/ansible-plugin-scan.yml index 844d7350..987448f8 100644 --- a/.github/workflows/ansible-plugin-scan.yml +++ b/.github/workflows/ansible-plugin-scan.yml @@ -30,7 +30,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.4.0" - name: Run ansible-plugin-scan run: | diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 2018b46f..c2b2351d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -33,7 +33,7 @@ jobs: - name: Install tox, tox-lsr run: | set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0" + pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.4.0" - name: Convert role to collection format run: | diff --git a/.yamllint.yml b/.yamllint.yml index 96072339..f37db65f 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,5 +1,4 @@ # SPDX-License-Identifier: MIT --- -extends: default ignore: | /.tox/ diff --git a/tests/tests_combination.yml b/tests/tests_combination.yml index 3c5bc998..5b7e4bdb 100644 --- a/tests/tests_combination.yml +++ b/tests/tests_combination.yml @@ -17,7 +17,7 @@ file: path: "{{ __test_inputfiles_dir }}" state: directory - mode: 0700 + mode: "0700" # TEST CASE 0 - name: "TEST CASE 0; Ensure that the role runs with complicated flows @@ -129,7 +129,7 @@ Template="RSYSLOG_ForwardFormat" ) } - mode: '0600' + mode: "0600" - name: Check severity_and_facility command: diff -B /tmp/__testfile__ '{{ __test_forwards_conf_s_f }}' @@ -322,7 +322,7 @@ Template="RSYSLOG_ForwardFormat" ) } - mode: '0600' + mode: "0600" - name: Check severity_and_facility command: diff -B /tmp/__testfile__ '{{ __test_forwards_conf_s_f }}' @@ -470,7 +470,7 @@ then { call files_test0 } - mode: '0644' + mode: "0644" - name: Check ports managed by firewall and selinux include_tasks: tasks/check_firewall_selinux.yml