From: carey.xu Date: Fri, 26 Feb 2016 08:44:27 +0000 (+0800) Subject: bugfix: remove useless database user permission X-Git-Tag: colorado.1.0~167 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=519706e5c3d5905975a59add1f3c5c4960343227;p=compass4nfv.git bugfix: remove useless database user permission JIRA: COMPASS-325 Change-Id: Ia1ad24e6d02f1a232f085dd0ad4f96297f79834e Signed-off-by: carey.xu --- diff --git a/deploy/adapters/ansible/roles/database/tasks/mariadb_config.yml b/deploy/adapters/ansible/roles/database/tasks/mariadb_config.yml index f9811dfa..2ab10c0d 100644 --- a/deploy/adapters/ansible/roles/database/tasks/mariadb_config.yml +++ b/deploy/adapters/ansible/roles/database/tasks/mariadb_config.yml @@ -23,7 +23,7 @@ state=present with_nested: - "{{ credentials }}" - - ['%', 'localhost', '{{ inventory_hostname }}'] + - ['%', 'localhost'] tags: - test_user @@ -35,4 +35,4 @@ priv=*.*:ALL,GRANT host={{ item }} state=present - with_items: ['%', 'localhost', '{{ inventory_hostname }}'] + with_items: ['%', 'localhost']