Skip to content

Commit

Permalink
Update ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jun 17, 2021
1 parent cb3c2e2 commit fb6574c
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,43 @@ jobs:
uses: actions/checkout@v2

- name: Lint playbook with Ansible v2.10
uses: ansible/ansible-lint-action@master
uses: iranzo/ansible-lint-action@v4.1.1
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.10.7
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: iranzo/ansible-lint-action@v4.1.1
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.9.22
args: "-x 106,208,403"

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

- name: Lint playbook with Ansible v2.7
uses: iranzo/ansible-lint-action@v4.1.1
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 fb6574c

Please sign in to comment.