Skip to content

Commit

Permalink
Restart MariaDB after config change
Browse files Browse the repository at this point in the history
This task was previously `Start`. It did nothing, because the `Install`
task already started the server. Now that there is extra config to pick up,
a restart is necessary.
  • Loading branch information
duncanjbrown committed Mar 22, 2016
1 parent e646a8f commit d05170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/mariadb/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
group: root
when: binary_logging_disabled

- name: Start MariaDB MySQL Server
- name: Restart MariaDB MySQL Server
service:
name: mysql
state: started
state: restarted
enabled: true

- name: Set root user password
Expand Down

0 comments on commit d05170b

Please sign in to comment.