dokuwiki: add git to dependencies for custom theme
This commit is contained in:
parent
b5ddebcada
commit
d9b150eaf0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Install php-fpm
|
||||
- name: Install dependencies
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
|
@ -9,6 +9,7 @@
|
|||
- php-intl
|
||||
- php-gd
|
||||
- php-sqlite3
|
||||
- git
|
||||
diff: false
|
||||
|
||||
- name: Ensure `php-fpm` is enabled
|
||||
|
|
Loading…
Add table
Reference in a new issue