Skip to content

Commit 663fed1

Browse files
authored
Bump Ansible collections (#145)
1 parent 7e6f5cf commit 663fed1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.7.0
4+
version: 3.8.0
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 1.9.1
8+
version: 2.0.0

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Thumbs.db
2121
# Python specific #
2222
###################
2323
__pycache__
24+
25+
# Logs #
26+
########
27+
*.log

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
2929
---
3030
collections:
3131
- name: community.general
32-
version: 3.7.0
32+
version: 3.8.0
3333
- name: ansible.posix
3434
version: 1.3.0
35+
- name: community.docker # Only required if you plan to use Molecule (see below)
36+
version: 2.0.0
3537
```
3638
3739
**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.

0 commit comments

Comments
 (0)