dokuwiki: add ability to checkout custom theme repo #21

Closed
dario wants to merge 6 commits from eh22-wiki-design into main
Showing only changes of commit d9b150eaf0 - Show all commits

View file

@ -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