File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
3232
3333* ARM, ARM64 (dependencies installation is not covered by this role)
3434* AMD64, x86_64
35- ## Weekly tested on:
35+ ## Tested on:
3636
3737* CentOS/RHEL 7,8
3838* Debian 9,10
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ provisioner:
88dependency :
99 name : galaxy
1010lint : |
11- ansible-lint
11+ yamllint .
12+ ansible-lint .
1213driver :
1314 name : docker
1415platforms :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependency:
99 name : galaxy
1010lint : |
1111 yamllint .
12- ansible-lint
12+ ansible-lint .
1313driver :
1414 name : docker
1515platforms :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependency:
99 name : galaxy
1010lint : |
1111 yamllint .
12- ansible-lint
12+ ansible-lint .
1313driver :
1414 name : docker
1515platforms :
Original file line number Diff line number Diff line change 3535 assert :
3636 that :
3737 - runner_name in registered_runners.json.runners|map(attribute='name')|list
38- - registered_runners.json.runners|map(attribute='status') == ["online"]
39- quiet : false
38+ quiet : true
4039
4140 - debug :
4241 var : registered_runners.json.runners|map(attribute='name')
43-
44- - debug :
45- var : registered_runners.json.runners|map(attribute='status')
You can’t perform that action at this time.
0 commit comments