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