Skip to content

Commit 4a331eb

Browse files
authored
Update nginx role requirement in Molecule tests to 0.20.0 (#107)
1 parent 79fc6e4 commit 4a331eb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.ansible-lint

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
---
2-
exclude_paths:
3-
- ~/.cache
2+
offline: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

molecule/advanced/requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
roles:
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

molecule/default/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.19.2
4+
version: 0.20.0

molecule/specific-version/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dependency:
33
name: galaxy
44
options:
5-
role-file: molecule/default/requirements.yml
5+
role-file: molecule/specific-version/requirements.yml
66
driver:
77
name: docker
88
lint: |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.19.2
4+
version: 0.20.0

0 commit comments

Comments
 (0)