Skip to content

Commit

Permalink
Update ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Mar 28, 2022
1 parent 856a044 commit 9b6498a
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,59 +19,9 @@ jobs:
- name: Git clone repo postgresql_cluster
uses: actions/checkout@v2

- name: Lint playbook with latest Ansible
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@v6
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
args: ""

- name: Lint playbook with Ansible v2.10
uses: ansible/ansible-lint-action@v6
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.10.7
args: ""

- name: Lint playbook with Ansible v2.9
uses: ansible/ansible-lint-action@v6
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: ansible==2.9.27
args: ""

- name: Lint playbook with Ansible v2.8
uses: ansible/ansible-lint-action@v6
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: |
ansible==2.8.20
ansible-lint==4.3.7
rich>=9.5.1,<11.0.0
args: "-x 106,208,403"

- name: Lint playbook with Ansible v2.7
uses: ansible/ansible-lint-action@v6
with:
targets: |
deploy_pgcluster.yml
add_pgnode.yml
add_balancer.yml
override-deps: |
ansible==2.7.18
ansible-lint==4.2.0
rich>=9.5.1,<11.0.0
args: "-x 106,208,403"

...

0 comments on commit 9b6498a

Please sign in to comment.