Add postfixadmin php dependencies

This commit is contained in:
s3lph 2021-11-03 01:23:43 +01:00
parent d68d8be792
commit baa08f04a3

View file

@ -1,5 +1,12 @@
---
- name: install php dependencies
ansible.builtin.apt:
name:
- php-imap
- php-mysql
- php-mbstring
- name: create postfixadmin installation directory
ansible.builtin.file:
path: "{{ postfixadmin_installation_prefix }}/postfixadmin-{{ postfixadmin_version }}"