diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-07-29 13:45:26 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-07-29 13:45:32 +0200 |
commit | d8d07afe49e69114f8deb807031bec71a327d3ae (patch) | |
tree | f607b4446a7a8d68dc7137230ca9a515a1bac519 /roles/bacula-dir | |
parent | d0294df197362ee61a65f0b5931b4e760c1efc2c (diff) |
Use MariaDB as default MySQL flavor.
Diffstat (limited to 'roles/bacula-dir')
-rw-r--r-- | roles/bacula-dir/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bacula-dir/tasks/main.yml b/roles/bacula-dir/tasks/main.yml index 5a23dc5..4cacc6e 100644 --- a/roles/bacula-dir/tasks/main.yml +++ b/roles/bacula-dir/tasks/main.yml @@ -5,7 +5,7 @@ - bacula-director-mysql - name: Create a 'bacula' SQL user - mysql_user2: name=bacula password= auth_plugin=auth_socket + mysql_user2: name=bacula password= auth_plugin=unix_socket state=present notify: - Restart bacula-director |