From 101c05d248c1395a80b7968842b6ec6804e24ba6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 1 Jan 2021 19:28:20 +0200 Subject: [PATCH] web.yml: Only run MariaDB role if it is needed Not all web hosts need this. Some are static sites, for example. --- web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.yml b/web.yml index 382e827..a70100a 100644 --- a/web.yml +++ b/web.yml @@ -6,7 +6,7 @@ become: yes roles: - common - - mariadb + - { role: mariadb, when: mariadb_databases is defined} - nginx - php-fpm - munin