Skip to content

Commit

Permalink
fix(ci): add community.postgresql requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed May 3, 2024
1 parent 0b1cedc commit 16bf488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions molecule/postgresql/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
#
# Ansible managed
#

dependency:
name: galaxy
Expand All @@ -15,7 +12,7 @@ lint: |
driver:
name: docker
platforms:
- name: "bareosfd-${image:-fedora38}-${tag:-latest}${TOX_ENVNAME}"
- name: "bareosfd-${image:-fedora38}${TOX_ENVNAME}"
image: "geerlingguy/docker-${image:-fedora38}-ansible:latest"
command: /sbin/init
volumes:
Expand Down
1 change: 1 addition & 0 deletions molecule/postgresql/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ roles:
collections:
- name: community.crypto
- name: community.general
- name: community.postgresql

0 comments on commit 16bf488

Please sign in to comment.