@@ -20,42 +20,43 @@ jobs:
20
20
uses : actions/checkout@v2
21
21
22
22
- name : Lint playbook with Ansible v2.10
23
- uses : ansible /ansible-lint-action@master
23
+ uses : iranzo /ansible-lint-action@v4.1.1
24
24
with :
25
25
targets : |
26
26
deploy_pgcluster.yml
27
27
add_pgnode.yml
28
28
add_balancer.yml
29
+ override-deps : ansible==2.10.7
29
30
args : " -x 106,208,403"
30
31
31
- # - name: Lint playbook with Ansible v2.9
32
- # uses: ansible /ansible-lint-action@master
33
- # with:
34
- # targets: |
35
- # deploy_pgcluster.yml
36
- # add_pgnode.yml
37
- # add_balancer.yml
38
- # override-deps: ansible==2.9.14
39
- # args: "-x 106,208,403"
40
- #
41
- # - name: Lint playbook with Ansible v2.8
42
- # uses: ansible /ansible-lint-action@master
43
- # with:
44
- # targets: |
45
- # deploy_pgcluster.yml
46
- # add_pgnode.yml
47
- # add_balancer.yml
48
- # override-deps: ansible==2.8.16
49
- # args: "-x 106,208,403"
50
- #
51
- # - name: Lint playbook with Ansible v2.7
52
- # uses: ansible /ansible-lint-action@master
53
- # with:
54
- # targets: |
55
- # deploy_pgcluster.yml
56
- # add_pgnode.yml
57
- # add_balancer.yml
58
- # override-deps: ansible==2.7.18
59
- # args: "-x 106,208,403"
32
+ - name : Lint playbook with Ansible v2.9
33
+ uses : iranzo /ansible-lint-action@v4.1.1
34
+ with :
35
+ targets : |
36
+ deploy_pgcluster.yml
37
+ add_pgnode.yml
38
+ add_balancer.yml
39
+ override-deps : ansible==2.9.22
40
+ args : " -x 106,208,403"
41
+
42
+ - name : Lint playbook with Ansible v2.8
43
+ uses : iranzo /ansible-lint-action@v4.1.1
44
+ with :
45
+ targets : |
46
+ deploy_pgcluster.yml
47
+ add_pgnode.yml
48
+ add_balancer.yml
49
+ override-deps : ansible==2.8.20
50
+ args : " -x 106,208,403"
51
+
52
+ - name : Lint playbook with Ansible v2.7
53
+ uses : iranzo /ansible-lint-action@v4.1.1
54
+ with :
55
+ targets : |
56
+ deploy_pgcluster.yml
57
+ add_pgnode.yml
58
+ add_balancer.yml
59
+ override-deps : ansible==2.7.18
60
+ args : " -x 106,208,403"
60
61
61
62
...
0 commit comments