Install db dependencies
This commit is contained in:
parent
09bc73507a
commit
8b8437302b
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
- name: Install fail2ban
|
||||
- name: Install roundcube
|
||||
ansible.builtin.apt:
|
||||
pkg: roundcube
|
||||
pkg:
|
||||
- roundcube
|
||||
- roundcube-sqlite3
|
||||
- roundcube-pgsql
|
||||
|
||||
- name: Create db directory
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue