File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11---
2- exclude_paths:
3- - ~/.cache
2+ offline: true
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENHANCEMENTS:
88* Update GitHub actions to add a workflow dispatch option.
99* Update the Ansible ` community.general ` collection to ` 3.1.0 ` and ` community.docker ` collection to ` 1.6.1 ` .
1010* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec ` 1.2 ` .
11+ * Update ` nginx ` role requirement in Molecule tests to ` 0.20.0 ` .
1112
1213## 0.5.0 (May 12, 2020)
1314
Original file line number Diff line number Diff line change 11---
22roles :
3+ - name : nginxinc.nginx
4+ version : 0.20.0
35 - name : robertdebock.rsyslog
46 version : 3.2.0
5- - name : nginxinc.nginx
6- version : 0.19.2
Original file line number Diff line number Diff line change 11---
22roles :
33 - name : nginxinc.nginx
4- version : 0.19.2
4+ version : 0.20.0
Original file line number Diff line number Diff line change 22dependency :
33 name : galaxy
44 options :
5- role-file : molecule/default /requirements.yml
5+ role-file : molecule/specific-version /requirements.yml
66driver :
77 name : docker
88lint : |
Original file line number Diff line number Diff line change 11---
22roles :
33 - name : nginxinc.nginx
4- version : 0.19.2
4+ version : 0.20.0
You can’t perform that action at this time.
0 commit comments