Commit 21465c13 by Jillian Vogel Committed by Sven Marnach

Install make

No idea why this wasn't already installed!
parent 083bd1da
...@@ -17,5 +17,7 @@ ...@@ -17,5 +17,7 @@
- role: postfix_queue - role: postfix_queue
when: POSTFIX_QUEUE_EXTERNAL_SMTP_HOST != '' when: POSTFIX_QUEUE_EXTERNAL_SMTP_HOST != ''
tasks: tasks:
- name: 'Install required packages' - name: 'Install libffi-dev'
apt: name=libffi-dev state=present apt: name=libffi-dev state=present
- name: 'Install make'
apt: name=make state=present
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment