homeserver/friedhof/mgrote_dokuwiki/tasks/install.yml

14 lines
223 B
YAML
Raw Normal View History

---
- name: install packages
become: true
ansible.builtin.package:
name:
- php
- php-mbstring
- php-xml
- apache2
- libapache2-mod-php
- php-xml
- php-gd
state: present