From d84bc14fddb9fd44336e8e184e4349e46e493c50 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Fri, 18 Sep 2020 21:35:10 +0100 Subject: [PATCH 1/2] Remove test for Ansible 2.7 Ansible 2.7 is no longer maintained and ansible-lint requires >=2.8 --- .github/workflows/ansible-lint.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 91911be..09621d7 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -3,17 +3,6 @@ name: Ansible Lint # feel free to pick your own name on: [push, pull_request] jobs: - test-ansible27: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Lint Ansible Playbook - uses: ansible/ansible-lint-action@master - with: - targets: "tests/test.yml" - override-deps: | - ansible==2.7 - args: "" test-ansible28: runs-on: ubuntu-latest steps: From 2ebe1c6917105ec3f1ad05604d929fa50db257bd Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Fri, 18 Sep 2020 21:37:55 +0100 Subject: [PATCH 2/2] Update install.yml --- tasks/install.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 80825aa..c79f8b0 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,10 +1,4 @@ --- - -- name: OS is supported - assert: - that: __sshd_os_supported|bool - when: ansible_version.full is version_compare('2.8', '<') - - name: OS is supported meta: end_host when: