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:
Alan Orth 2021-01-01 19:28:20 +02:00
parent 1b75679496
commit 101c05d248
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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