--- - set_fact: mysql_restart_handler_name: "{{ mysql_restart_if_needed | bool | ternary('restart mysql', 'restart mysql (noop)') }}" - include: packages.yml - include: users.yml - include: config.yml - include: datadir.yml - include: tmpdir.yml - include: nrpe.yml - include: munin.yml - include: log2mail.yml - include: utils.yml