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
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
- php-intl
|
- php-intl
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-sqlite3
|
- php-sqlite3
|
||||||
|
- git
|
||||||
diff: false
|
diff: false
|
||||||
|
|
||||||
- name: Ensure `php-fpm` is enabled
|
- name: Ensure `php-fpm` is enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue