Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nginx role requirement in Molecule tests to 0.20.0 #107

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
exclude_paths:
- ~/.cache
offline: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENHANCEMENTS:
* Update GitHub actions to add a workflow dispatch option.
* Update the Ansible `community.general` collection to `3.1.0` and `community.docker` collection to `1.6.1`.
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
* Update `nginx` role requirement in Molecule tests to `0.20.0`.

## 0.5.0 (May 12, 2020)

Expand Down
4 changes: 2 additions & 2 deletions molecule/advanced/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
roles:
- name: nginxinc.nginx
version: 0.20.0
- name: robertdebock.rsyslog
version: 3.2.0
- name: nginxinc.nginx
version: 0.19.2
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
roles:
- name: nginxinc.nginx
version: 0.19.2
version: 0.20.0
2 changes: 1 addition & 1 deletion molecule/specific-version/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dependency:
name: galaxy
options:
role-file: molecule/default/requirements.yml
role-file: molecule/specific-version/requirements.yml
driver:
name: docker
lint: |
Expand Down
2 changes: 1 addition & 1 deletion molecule/specific-version/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
roles:
- name: nginxinc.nginx
version: 0.19.2
version: 0.20.0