mysql: add a missing name to a task

This commit is contained in:
Jérémy Lecour 2020-03-08 22:14:40 +01:00
parent ec54af596c
commit ddef475778
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--- ---
- set_fact: - name: Set if MySQL should be restart (if needed) or not at all
set_fact:
mysql_restart_handler_name: "{{ mysql_restart_if_needed | bool | ternary('restart mysql', 'restart mysql (noop)') }}" mysql_restart_handler_name: "{{ mysql_restart_if_needed | bool | ternary('restart mysql', 'restart mysql (noop)') }}"
- include: packages_stretch.yml - include: packages_stretch.yml