Skip to content

Commit

Permalink
Merge pull request #5720 from pulibrary/mailcatcher-lib-jobs
Browse files Browse the repository at this point in the history
[mailcatcher] Add pkg-config dependency
  • Loading branch information
maxkadel authored Jan 10, 2025
2 parents 00513a9 + cdb15f4 commit 2faf25f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/mailcatcher/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# tasks file for roles/mailcatcher
- name: mailcatcher | Install dependencies
ansible.builtin.apt:
name: 'libsqlite3-dev'
pkg:
- libsqlite3-dev
- pkg-config
state: present
tags: mailcatcher

Expand Down

0 comments on commit 2faf25f

Please sign in to comment.