Skip to content

Commit

Permalink
Bump Ansible collections (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Oct 25, 2021
1 parent 7e6f5cf commit 663fed1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 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: 3.7.0
version: 3.8.0
- name: ansible.posix
version: 1.3.0
- name: community.docker
version: 1.9.1
version: 2.0.0
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ Thumbs.db
# Python specific #
###################
__pycache__

# Logs #
########
*.log
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
---
collections:
- name: community.general
version: 3.7.0
version: 3.8.0
- name: ansible.posix
version: 1.3.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 2.0.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 663fed1

Please sign in to comment.