commit 74ce0846327aae61696ceea6cff332ff3482704d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Sep 1 13:47:14 2016 +0200
Fixup localhost
roles/bugzilla/meta/main.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/roles/bugzilla/meta/main.yml b/roles/bugzilla/meta/main.yml
index a369068..52d8846 100644
--- a/roles/bugzilla/meta/main.yml
+++ b/roles/bugzilla/meta/main.yml
@@ -27,6 +27,6 @@ dependencies:
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.
- - { role: mariadb_server, tags: ['mariadb'], when: { bugzilla_db_driver ==
'MySQL' and bugzilla_db_host == '' }}
- - { role: postgresql_server, tags: ['postgresql'], when: { bugzilla_db_driver
== 'Pg' and bugzilla_db_host == '' }}
+ - { role: mariadb_server, tags: ['mariadb'], when: { bugzilla_db_driver ==
'MySQL' and bugzilla_db_host == 'localhost' }}
+ - { role: postgresql_server, tags: ['postgresql'], when: { bugzilla_db_driver
== 'Pg' and bugzilla_db_host == 'localhost' }}
Show replies by date