Add postfixadmin php dependencies
This commit is contained in:
parent
d68d8be792
commit
baa08f04a3
1 changed files with 7 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue