Skip to content

Commit

Permalink
Bump Ansible collections (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jun 20, 2022
1 parent e758372 commit 39a98e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 4.7.0
version: 5.1.1
- name: ansible.posix
version: 1.3.0
version: 1.4.0
- name: community.docker
version: 2.3.0
version: 2.6.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.8.1 (Unreleased)

ENHANCEMENTS:

Bump the Ansible `community.general` collection to `5.1.1`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.6.0`.

BUG FIXES:

Always refresh the `yum` cache.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
---
collections:
- name: community.general
version: 4.7.0
version: 5.1.1
- name: ansible.posix
version: 1.3.0
version: 1.4.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 2.3.0
version: 2.6.0
```
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
Expand Down

0 comments on commit 39a98e3

Please sign in to comment.