Disable broken ansible-lint-actions

Ansible lint actions are currently broken for overrides of the Ansible version.  Disable until fixed.
This commit is contained in:
Matt Willsher 2020-09-23 21:28:29 +01:00 committed by GitHub
parent 5317dd72cb
commit 9c2b81ff4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,28 +3,28 @@ name: Ansible Lint # feel free to pick your own name
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
test-ansible28: # test-ansible28:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Lint Ansible Playbook # - name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master # uses: ansible/ansible-lint-action@master
with: # with:
targets: "tests/test_*.yml" # targets: "tests/test_*.yml"
override-deps: | # override-deps: |
ansible==2.8 # ansible==2.8
args: "" # args: ""
test-ansible29: # test-ansible29:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Lint Ansible Playbook # - name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master # uses: ansible/ansible-lint-action@master
with: # with:
targets: "tests/test_*.yml" # targets: "tests/test_*.yml"
override-deps: | # override-deps: |
ansible==2.9 # ansible==2.9
args: "" # args: ""
test-ansible210: test-ansible210:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: