Skip to content

Commit

Permalink
Disable ansible-lint-action on older versions of ansible.
Browse files Browse the repository at this point in the history
Ansible lint actions are currently broken for overrides of the Ansible version.  Disable until fixed.

ansible/ansible-lint-action#41
  • Loading branch information
vitabaks committed Oct 16, 2020
1 parent 41026d4 commit 0d523bd
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@ jobs:
add_balancer.yml
args: "-x 106,208,403"

- name: Lint playbook with Ansible v2.9
uses: ansible/ansible-lint-action@master
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.9.14
args: "-x 106,208,403"

- name: Lint playbook with Ansible v2.8
uses: ansible/ansible-lint-action@master
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.8.16
args: "-x 106,208,403"

- name: Lint playbook with Ansible v2.7
uses: ansible/ansible-lint-action@master
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.7.18
args: "-x 106,208,403"
# - name: Lint playbook with Ansible v2.9
# uses: ansible/ansible-lint-action@master
# with:
# targets: |
# deploy_pgcluster.yml
# add_pgnode.yml
# add_balancer.yml
# override-deps: ansible==2.9.14
# args: "-x 106,208,403"
#
# - name: Lint playbook with Ansible v2.8
# uses: ansible/ansible-lint-action@master
# with:
# targets: |
# deploy_pgcluster.yml
# add_pgnode.yml
# add_balancer.yml
# override-deps: ansible==2.8.16
# args: "-x 106,208,403"
#
# - name: Lint playbook with Ansible v2.7
# uses: ansible/ansible-lint-action@master
# with:
# targets: |
# deploy_pgcluster.yml
# add_pgnode.yml
# add_balancer.yml
# override-deps: ansible==2.7.18
# args: "-x 106,208,403"

...

0 comments on commit 0d523bd

Please sign in to comment.