web.yml: Only run MariaDB role if it is needed

Not all web hosts need this. Some are static sites, for example.
This commit is contained in:
2021-01-01 19:28:20 +02:00
parent 1b75679496
commit 101c05d248

View File

@ -6,7 +6,7 @@
become: yes
roles:
- common
- mariadb
- { role: mariadb, when: mariadb_databases is defined}
- nginx
- php-fpm
- munin