Skip to content

Commit

Permalink
Merge pull request #76 from khaledk2/fix_molecule
Browse files Browse the repository at this point in the history
Fix Molecule
  • Loading branch information
jburel committed Mar 2, 2024
2 parents 46f60c4 + 0e427a4 commit 9b21f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -91,6 +91,7 @@ Example Playbooks
postgresql_version: "13"
postgresql_databases:
- name: omero
owner: omero
postgresql_users:
- user: omero
password: omero
Expand Down
1 change: 1 addition & 0 deletions molecule/resources/playbook.yml
Expand Up @@ -8,6 +8,7 @@
- role: ome.postgresql
postgresql_databases:
- name: omero
owner: omero
postgresql_users:
- user: omero
password: omero
Expand Down

0 comments on commit 9b21f1a

Please sign in to comment.