Skip to content

Commit

Permalink
Remove mysql stop for idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
rwunderer committed Mar 16, 2022
1 parent 96a601a commit cb16093
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
- percona-server-configure-copy-certificate-files

- block:
- name: configure | service | stop
ansible.builtin.service:
name: mysql
state: stopped
tags:
- percona-server-configure-first-run-service-stop

- name: configure | remove (excessive) configuration files
ansible.builtin.file:
path: "{{ item }}"
Expand Down

0 comments on commit cb16093

Please sign in to comment.