ansible-pet/1/roles/webapps/tasks/main.yml

11 lines
169 B
YAML
Raw Normal View History

---
- name: install unzip
apt:
name: unzip
state: latest
2021-02-27 15:20:18 +03:00
- name: install PMA
2021-02-27 15:27:23 +03:00
include_tasks: pma.yml
- name: install Mediawiki
include_tasks: wiki.yml