Skip to content

Commit

Permalink
Add 'community.docker' collection as dependency
Browse files Browse the repository at this point in the history
This is required by the 'debops.docker_server' role.

(cherry picked from commit 7099e07)
  • Loading branch information
drybjed committed Apr 20, 2023
1 parent f87e6a4 commit ea64cfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
"ansible.posix": "*"
"ansible.utils": "*"
"community.crypto": "*"
"community.docker": "*"
"community.general": "*"
"community.libvirt": "*"
"community.mysql": "*"
Expand Down
1 change: 1 addition & 0 deletions lib/ansible-galaxy/make-collection
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ dependencies:
"ansible.posix": "*"
"ansible.utils": "*"
"community.crypto": "*"
"community.docker": "*"
"community.general": "*"
"community.libvirt": "*"
"community.mysql": "*"
Expand Down
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ collections:
- 'ansible.posix'
- 'ansible.utils'
- 'community.crypto'
- 'community.docker'
- 'community.general'
- 'community.libvirt'
- 'community.mysql'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ collections:
- name: 'community.crypto'
version: '*'

- name: 'community.docker'
version: '*'

- name: 'community.general'
version: '*'

Expand Down

0 comments on commit ea64cfa

Please sign in to comment.