- include_tasks: mysql.yml when: with_mysql or with_mariadb tags: - 'mysql' - 'sql' - include_tasks: postgresql.yml when: with_postgresql tags: - 'postgresql' - 'sql' # vim: ft=yaml.ansible